From 5ccdb9be6b1701f7cc6b2358d634f56072c4f613 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 7 May 2025 19:14:26 +0200 Subject: [PATCH] Update install_proxmenux.sh --- install_proxmenux.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install_proxmenux.sh b/install_proxmenux.sh index a632d651..0108b06f 100644 --- a/install_proxmenux.sh +++ b/install_proxmenux.sh @@ -137,6 +137,7 @@ install_proxmenu() { ((current_step++)) + # Step 2: Set up virtual environment show_progress $current_step $total_steps "Setting up virtual environment for translate" @@ -198,6 +199,7 @@ install_proxmenu() { for file in "${FILES[@]}"; do IFS=" " read -r dest url <<< "$file" msg_info "Downloading ${dest##*/}..." + sleep 2 if wget -qO "$dest" "$url"; then msg_ok "${dest##*/} downloaded successfully." else