mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 13:15:42 +12:00
Update
This commit is contained in:
parent
13b82bd14b
commit
572b0e1b78
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -113,7 +113,7 @@ jobs:
|
||||||
chmod +x /mnt/fucking-windows/Debian64/usr/bin/HISPd
|
chmod +x /mnt/fucking-windows/Debian64/usr/bin/HISPd
|
||||||
mkdir debpackage
|
mkdir debpackage
|
||||||
dpkg-deb --build /mnt/fucking-windows/Debian64
|
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
|
# - name: Build android-arm
|
||||||
# continue-on-error: false
|
# continue-on-error: false
|
||||||
# run: |
|
# run: |
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
useradd horseisle
|
useradd -r horseisle
|
||||||
chown -R horseisle:horseisle /etc/hisp
|
chown -R horseisle:horseisle /etc/hisp
|
||||||
systemctl enable HISP.service
|
systemctl enable HISP.service
|
||||||
systemctl start HISP
|
systemctl start HISP
|
||||||
|
|
Loading…
Add table
Reference in a new issue