mirror of
https://github.com/CerberusV1/minecraft_deploy.git
synced 2026-01-13 03:23:42 +01:00
wat
This commit is contained in:
@@ -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=$!
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user