maybe now?

This commit is contained in:
CerberusV1
2024-10-11 18:55:08 +02:00
parent 86962d6f07
commit 466b276733

View File

@@ -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"