Update HISP

This commit is contained in:
Li 2022-04-19 00:25:19 +12:00
parent 8e49090088
commit 13b82bd14b
5 changed files with 10 additions and 4 deletions

View file

@ -107,6 +107,7 @@ jobs:
dos2unix /mnt/fucking-windows/Debian64/DEBIAN/control
dos2unix /mnt/fucking-windows/Debian64/DEBIAN/postinst
dos2unix /mnt/fucking-windows/Debian64/DEBIAN/postrm
dos2unix /mnt/fucking-windows/Debian64/DEBIAN/prerm
dos2unix /mnt/fucking-windows/Debian64/etc/systemd/system/HISP.service
chmod 755 -R /mnt/fucking-windows/Debian64
chmod +x /mnt/fucking-windows/Debian64/usr/bin/HISPd

View file

@ -1,7 +1,7 @@
Package: hisp
Version: 1.6.1
Depends: coreutils,systemd,mariadb-server,libsqlite3-dev
Maintainer: Islehorse
Maintainer: Li
Homepage: https://islehorse.com
Architecture: amd64
Description: Open Source Implementation of the flash game "Horse Isle" server.

View file

@ -0,0 +1,4 @@
== Silica's Public Domain License ==
All source code and binaries, for the HISP Software are entered into the Public Domain.
However the software is provided "AS-IS" without any warrenty and i shall take no liability for anything that may happen by using this software.

View file

@ -1,5 +1,2 @@
#!/bin/sh
systemctl daemon-reload
systemctl stop HISP
systemctl disable HISP
userdel horseisle

View file

@ -0,0 +1,4 @@
#!/bin/sh
systemctl stop HISP
systemctl disable HISP
userdel horseisle