lowered delays

This commit is contained in:
CerberusV1
2024-10-12 14:07:39 +02:00
parent 5116931aeb
commit 1c1765d0e1

View File

@@ -23,7 +23,7 @@ EOF
# -------------------------------------------------------- # --------------------------------------------------------
echo "Checking dependencies..." echo "Checking dependencies..."
sleep 5 sleep 2
# Function to check if a program is installed # Function to check if a program is installed
check_installed() { check_installed() {
if ! which "$1" > /dev/null 2>&1; then 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 read -p "Version: " version
echo $version # Logging output echo $version # Logging output
sleep 1
# Building installer download URL # Building installer download URL
URL="https://maven.minecraftforge.net/net/minecraftforge/forge/${version}/forge-${version}-installer.jar" URL="https://maven.minecraftforge.net/net/minecraftforge/forge/${version}/forge-${version}-installer.jar"