mirror of
https://github.com/CerberusV1/minecraft_deploy.git
synced 2026-01-13 11:24:04 +01:00
added run command to readme
This commit is contained in:
@@ -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)"
|
||||||
|
```
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user