mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 13:15:42 +12:00
8 lines
177 B
Bash
8 lines
177 B
Bash
#!/bin/sh
|
|
|
|
useradd -r horseisle
|
|
chown -R horseisle:horseisle /etc/hisp
|
|
systemctl enable HISP.service
|
|
systemctl start HISP
|
|
|
|
echo "Make sure to edit /etc/hisp/server.properties!"
|