mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-05 21:55:42 +13: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
|
||||
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: |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
useradd horseisle
|
||||
useradd -r horseisle
|
||||
chown -R horseisle:horseisle /etc/hisp
|
||||
systemctl enable HISP.service
|
||||
systemctl start HISP
|
||||
|
|
Loading…
Add table
Reference in a new issue