onFOSS-LAN-Serverconfiguration/openspades/cmd.sh

21 lines
294 B
Bash
Raw Normal View History

2021-12-06 15:22:42 +01:00
#!/bin/bash
cd ~/
echo "install game"
pip3 install piqueserver
source ~/.profile
echo "init conf files"
piqueserver --copy-config
echo "cp config"
cp ~/git/onFOSS-LAN-Serverconfiguration/openspades/config.toml ~/.config/piqueserver/
echo "start server"
nohup piqueserver &>/dev/null &