mirror of
https://github.com/CerberusV1/minecraft_deploy.git
synced 2026-01-13 03:23:42 +01:00
lowered delays
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user