mirror of
https://github.com/CerberusV1/minecraft_deploy.git
synced 2026-01-13 03:23:42 +01:00
rdy to test?
This commit is contained in:
@@ -109,13 +109,14 @@ echo "link with part1: $minecraft_version and part2: $forge_version"
|
||||
|
||||
working_dir="$HOME/minecraft_server"
|
||||
mkdir ${working_dir}
|
||||
cd ${working_dir}
|
||||
touch "${working_dir}/start_server.sh"
|
||||
|
||||
URL="https://maven.minecraftforge.net/net/minecraftforge/forge/${minecraft_version}/forge-${forge_version}-installer.jar"
|
||||
mc_forge_version="${minecraft_version}-${forge_version}"
|
||||
|
||||
echo "Downloading installer"
|
||||
# wget "$" "$URL"
|
||||
wget "$working_dir" "$URL"
|
||||
|
||||
echo "Installing Server"
|
||||
sleep 2
|
||||
|
||||
Reference in New Issue
Block a user