mirror of
https://github.com/CerberusV1/minecraft_deploy.git
synced 2026-01-13 11:24:04 +01:00
building url
This commit is contained in:
@@ -144,4 +144,9 @@ echo "Give the minecraft and forge version in following format:"
|
||||
echo "mc.version-forge.version e.g.: 1.20.1-47.3.0"
|
||||
read -p "Version: " version
|
||||
|
||||
echo $version # Logging output
|
||||
echo $version # Logging output
|
||||
|
||||
# Building installer download URL
|
||||
URL="https://maven.minecraftforge.net/net/minecraftforge/forge/${version}/forge-${version}-installer.jar"
|
||||
|
||||
echo $URL # Logging output
|
||||
Reference in New Issue
Block a user