From 1c1765d0e170f8a9e2ad2ec77133c7ab164dc960 Mon Sep 17 00:00:00 2001 From: CerberusV1 Date: Sat, 12 Oct 2024 14:07:39 +0200 Subject: [PATCH] lowered delays --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 547bb22..0488d61 100755 --- a/deploy.sh +++ b/deploy.sh @@ -23,7 +23,7 @@ EOF # -------------------------------------------------------- echo "Checking dependencies..." -sleep 5 +sleep 2 # Function to check if a program is installed check_installed() { if ! which "$1" > /dev/null 2>&1; then @@ -145,7 +145,7 @@ echo "mc.version-forge.version e.g.: 1.20.1-47.3.0" read -p "Version: " version echo $version # Logging output - +sleep 1 # Building installer download URL URL="https://maven.minecraftforge.net/net/minecraftforge/forge/${version}/forge-${version}-installer.jar"