mirror of
https://github.com/CerberusV1/minecraft_deploy.git
synced 2026-01-13 03:23:42 +01:00
maybe now?
This commit is contained in:
@@ -121,7 +121,16 @@ URL="https://maven.minecraftforge.net/net/minecraftforge/forge/${mc_forge_versio
|
|||||||
|
|
||||||
echo "Downloading installer"
|
echo "Downloading installer"
|
||||||
wget "$working_dir" "$URL" &
|
wget "$working_dir" "$URL" &
|
||||||
|
|
||||||
PID=$!
|
PID=$!
|
||||||
|
(
|
||||||
|
while kill -0 $PID 2> /dev/null; do
|
||||||
|
echo "Downloading....."
|
||||||
|
sleep 2
|
||||||
|
done
|
||||||
|
echo "Download finished."
|
||||||
|
) &
|
||||||
|
|
||||||
wait $PID
|
wait $PID
|
||||||
|
|
||||||
echo "Installing Server"
|
echo "Installing Server"
|
||||||
|
|||||||
Reference in New Issue
Block a user