diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ebebc5b..1a3f8e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -113,7 +113,7 @@ jobs: chmod +x /mnt/fucking-windows/Debian64/usr/bin/HISPd mkdir debpackage dpkg-deb --build /mnt/fucking-windows/Debian64 - mv /mnt/fucking-windows/Debian64.deb debpackage/HISP.deb + mv /mnt/fucking-windows/Debian64.deb debpackage/HISP-Debian-AMD64.deb # - name: Build android-arm # continue-on-error: false # run: | diff --git a/HorseIsleServer/HISPd/Resources/DEBIAN/postinst b/HorseIsleServer/HISPd/Resources/DEBIAN/postinst index 1b1d1a7..e8b6656 100644 --- a/HorseIsleServer/HISPd/Resources/DEBIAN/postinst +++ b/HorseIsleServer/HISPd/Resources/DEBIAN/postinst @@ -1,6 +1,6 @@ #!/bin/sh -useradd horseisle +useradd -r horseisle chown -R horseisle:horseisle /etc/hisp systemctl enable HISP.service systemctl start HISP