diff --git a/README.md b/README.md index 7c631cb..e4f6ecc 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,9 @@ Deploymentscript for an Minecraft Server lol # Expectations: -- Ubuntu as a base system \ No newline at end of file +- Ubuntu as a base system + +# Run the script +``` +sh -c "$(curl -sS https://raw.githubusercontent.com/CerberusV1/minecraft_deploy/refs/heads/main/deploy.sh)" +``` diff --git a/deploy.sh b/deploy.sh index 3e228f5..13cac1b 100755 --- a/deploy.sh +++ b/deploy.sh @@ -118,7 +118,7 @@ echo "Downloading installer" # wget "$" "$URL" echo "Installing Server" -sleep 5 +sleep 2 # java -jar forge-${mc_forge_version}-installer.jar --installServer echo "Removing Installer" # rm "forge-${mc_forge_version}-installer.jar"