This commit is contained in:
Li 2022-04-19 12:43:56 +12:00
parent 13b82bd14b
commit 572b0e1b78
2 changed files with 2 additions and 2 deletions

View file

@ -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: |

View file

@ -1,6 +1,6 @@
#!/bin/sh
useradd horseisle
useradd -r horseisle
chown -R horseisle:horseisle /etc/hisp
systemctl enable HISP.service
systemctl start HISP