Update start_server.sh

Updated to 1.8
This commit is contained in:
007N 2014-10-08 18:32:28 +02:00
parent 38f46e58c3
commit b0e06f4aad

View File

@ -50,7 +50,7 @@ function first_run() {
echo -e ">> I will now create a directory for backups, the jar for the server and an icon for your server. \a" echo -e ">> I will now create a directory for backups, the jar for the server and an icon for your server. \a"
mkdir Backups/ mkdir Backups/
echo -e ">> I'm done making the backup directory. \a" echo -e ">> I'm done making the backup directory. \a"
wget --progress=bar https://s3.amazonaws.com/Minecraft.Download/versions/1.7.10/minecraft_server.1.7.10.jar -O minecraft_server.jar wget --progress=bar https://s3.amazonaws.com/Minecraft.Download/versions/1.8/minecraft_server.1.8.jar -O minecraft_server.jar
echo -e ">> I'm done downloading the server .jar . \a" echo -e ">> I'm done downloading the server .jar . \a"
wget https://raw.githubusercontent.com/007N/Minecraft-Startup-Script/master/server-icon.png -O server-icon.png wget https://raw.githubusercontent.com/007N/Minecraft-Startup-Script/master/server-icon.png -O server-icon.png
echo -e ">> I'm done downloading the server icon. \a" echo -e ">> I'm done downloading the server icon. \a"