mirror of
https://github.com/CerberusV1/minecraft_deploy.git
synced 2026-01-13 11:24:04 +01:00
maybe
This commit is contained in:
@@ -120,7 +120,7 @@ URL="https://maven.minecraftforge.net/net/minecraftforge/forge/${mc_forge_versio
|
|||||||
|
|
||||||
|
|
||||||
echo "Downloading installer"
|
echo "Downloading installer"
|
||||||
wget "$working_dir" "$URL" &
|
wget "$working_dir" -P "$URL" > /dev/null &
|
||||||
|
|
||||||
PID=$!
|
PID=$!
|
||||||
(
|
(
|
||||||
@@ -129,7 +129,7 @@ PID=$!
|
|||||||
sleep 2
|
sleep 2
|
||||||
done
|
done
|
||||||
echo "Download finished."
|
echo "Download finished."
|
||||||
) &
|
) &&
|
||||||
|
|
||||||
wait $PID
|
wait $PID
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user