Skip to content
Snippets Groups Projects
Commit d9dba31d authored by TheBroTMv2's avatar TheBroTMv2
Browse files

Update papermc.sh

parent c45a175c
No related branches found
No related tags found
Loading
......@@ -30,11 +30,10 @@ if [ ! -e ${JAR_NAME} ]
fi
fi
# minecraft base image laden
if [ -d 'plugins'] ; then
sleep 0
else
curl -u tmueller:jtbAPAUYerYM7@h#17#*Rf0XUps6k https://tobistechblog.de/uni/initial.tar.gz --output initial.tar.gz
tar -xvzf initial.tar.gz
if [ ! -d "plugins" ]
then
curl -u tmueller:jtbAPAUYerYM7@h#17#*Rf0XUps6k https://tobistechblog.de/uni/initial.tar.gz --output initial.tar.gz
tar -xvzf initial.tar.gz
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment