This commit is contained in:
CerberusV1
2024-10-12 14:13:07 +02:00
parent 8b89910d2c
commit c4afc9e120

View File

@@ -156,7 +156,7 @@ URL="https://maven.minecraftforge.net/net/minecraftforge/forge/${version}/forge-
# Downloading Installer # Downloading Installer
# -------------------------------------------------------- # --------------------------------------------------------
echo "Downloading Installer" echo "Downloading Installer..."
wget "$server_dir" "$URL" > /dev/null 2>&1 & # no output for wget wget "$server_dir" "$URL" > /dev/null 2>&1 & # no output for wget
PID=$! PID=$!
( (