added run command to readme

This commit is contained in:
CerberusV1
2024-10-11 18:18:02 +02:00
parent 7786e5c5d1
commit 7c5b5c8e0f
2 changed files with 7 additions and 2 deletions

View File

@@ -3,3 +3,8 @@ Deploymentscript for an Minecraft Server lol
# Expectations: # Expectations:
- Ubuntu as a base system - Ubuntu as a base system
# Run the script
```
sh -c "$(curl -sS https://raw.githubusercontent.com/CerberusV1/minecraft_deploy/refs/heads/main/deploy.sh)"
```

View File

@@ -118,7 +118,7 @@ echo "Downloading installer"
# wget "$" "$URL" # wget "$" "$URL"
echo "Installing Server" echo "Installing Server"
sleep 5 sleep 2
# java -jar forge-${mc_forge_version}-installer.jar --installServer # java -jar forge-${mc_forge_version}-installer.jar --installServer
echo "Removing Installer" echo "Removing Installer"
# rm "forge-${mc_forge_version}-installer.jar" # rm "forge-${mc_forge_version}-installer.jar"