mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +00:00
Update install_proxmenux.sh
This commit is contained in:
parent
9b5388fe85
commit
5ccdb9be6b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user