mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-04 22:32:46 +12:00
Update readme and workflow
This commit is contained in:
parent
b9ab58b5da
commit
c4b026a736
2 changed files with 6 additions and 12 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -10,6 +10,8 @@ defaults:
|
||||||
jobs:
|
jobs:
|
||||||
build-linux:
|
build-linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
AUTHENTICATION_TOKEN: ${{ secrets.SILICA_CODES_AUTH }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
@ -94,6 +96,7 @@ jobs:
|
||||||
mkdir debpackage
|
mkdir debpackage
|
||||||
dpkg-deb --build /tmp/debpkg/Debian64
|
dpkg-deb --build /tmp/debpkg/Debian64
|
||||||
mv /tmp/debpkg/Debian64.deb debpackage/HISP-Debian-AMD64.deb
|
mv /tmp/debpkg/Debian64.deb debpackage/HISP-Debian-AMD64.deb
|
||||||
|
curl --user $AUTHENTICATION_TOKEN --upload-file debpackage/HISP-Debian-AMD64.deb https://silica.codes/api/packages/islehorse/debian/pool/debian/main/upload
|
||||||
|
|
||||||
# Upload LINUX
|
# Upload LINUX
|
||||||
- name: Upload linux-x64
|
- name: Upload linux-x64
|
||||||
|
|
15
README.md
15
README.md
|
@ -26,20 +26,11 @@ Game relies on a SQL Server, any should work, but i have only tested it with Mar
|
||||||
|
|
||||||
- APT:
|
- APT:
|
||||||
|
|
||||||
Install on Ubuntu via APT:
|
Install on Ubuntu or Debian via APT:
|
||||||
```
|
```
|
||||||
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 34F644BC70C746CE48139C595129317F33AE659C
|
sudo curl https://silica.codes/api/packages/islehorse/debian/repository.key -o /etc/apt/keyrings/forgejo-islehorse.asc
|
||||||
sudo add-apt-repository 'deb http://deb.silica.codes debian main'
|
echo "deb [signed-by=/etc/apt/keyrings/forgejo-islehorse.asc] https://silica.codes/api/packages/islehorse/debian debian main" | sudo tee -a /etc/apt/sources.list.d/hisp.list
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install hisp
|
|
||||||
```
|
|
||||||
|
|
||||||
Install on Debian via APT:
|
|
||||||
```
|
|
||||||
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 34F644BC70C746CE48139C595129317F33AE659C
|
|
||||||
sudo bash -c 'echo "deb http://deb.silica.codes debian main">>/etc/apt/sources.list'
|
|
||||||
sudo apt update
|
|
||||||
sudo apt install hisp
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Then simply edit /etc/hisp/server.properties & change to correct database credentials
|
Then simply edit /etc/hisp/server.properties & change to correct database credentials
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue