add debian package build

This commit is contained in:
SilicaAndPina 2022-04-17 18:26:59 +12:00
parent cff8c68eef
commit 84b712c32f
6 changed files with 54 additions and 9 deletions

View file

@ -0,0 +1,8 @@
#!/bin/sh
useradd horseisle
chown -R horseisle /etc/hisp
systemctl enable HISP.service
systemctl start HISP
echo "Make sure to edit /etc/hisp/server.properties!"