mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-14 08:52:22 +00:00
Update install_proxmenux.sh
This commit is contained in:
parent
9b5388fe85
commit
5ccdb9be6b
@ -137,6 +137,7 @@ install_proxmenu() {
|
|||||||
|
|
||||||
((current_step++))
|
((current_step++))
|
||||||
|
|
||||||
|
|
||||||
# Step 2: Set up virtual environment
|
# Step 2: Set up virtual environment
|
||||||
|
|
||||||
show_progress $current_step $total_steps "Setting up virtual environment for translate"
|
show_progress $current_step $total_steps "Setting up virtual environment for translate"
|
||||||
@ -198,6 +199,7 @@ install_proxmenu() {
|
|||||||
for file in "${FILES[@]}"; do
|
for file in "${FILES[@]}"; do
|
||||||
IFS=" " read -r dest url <<< "$file"
|
IFS=" " read -r dest url <<< "$file"
|
||||||
msg_info "Downloading ${dest##*/}..."
|
msg_info "Downloading ${dest##*/}..."
|
||||||
|
sleep 2
|
||||||
if wget -qO "$dest" "$url"; then
|
if wget -qO "$dest" "$url"; then
|
||||||
msg_ok "${dest##*/} downloaded successfully."
|
msg_ok "${dest##*/} downloaded successfully."
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user