fix 2 bugs

fix missing cd and "s"
This commit is contained in:
c 2021-12-15 19:05:23 +00:00
parent 9f924b1017
commit 2e412447f3
1 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@ cd ~/
echo "make new directory"
mkdir teeworlds
echo "cd into directory"
cd teeworlds
echo "downloading game"
wget https://github.com/teeworlds/teeworlds/releases/download/0.7.5/teeworlds-0.7.5-linux_x86_64.tar.gz
@ -15,7 +18,7 @@ echo "cd into dir"
cd teeworlds-0.7.5-linux_x86_64
echo "downloading config"
cp ~/git/onFOSS-LAN-Serverconfiguration/teeworlds/config/* .
cp ~/git/onFOSS-LAN-Serverconfiguration/teeworlds/configs/* .
echo "starting fun-Server"
nohup ./teeworlds_srv -f serverconfig.cfg &>/dev/null &