mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-15 12:06:52 +00:00
Update proxmox_update.sh
This commit is contained in:
parent
6e0c09816b
commit
cc06a4e1b1
@ -314,7 +314,7 @@ EOF
|
||||
if command -v whiptail >/dev/null 2>&1; then
|
||||
if whiptail --title "$(translate "Proxmox Update")" \
|
||||
--yesno "$(translate "Found $upgradable packages to upgrade.\n\nProceed with system update?")" 10 60; then
|
||||
|
||||
msg_info "$(translate "Performing system upgrade. This process may take several minutes...")"
|
||||
else
|
||||
msg_info2 "$(translate "Update cancelled by user")"
|
||||
return 0
|
||||
@ -329,7 +329,7 @@ EOF
|
||||
fi
|
||||
|
||||
# Perform update
|
||||
msg_info "$(translate "Performing system upgrade. This process may take several minutes...")"
|
||||
# msg_info "$(translate "Performing system upgrade...")"
|
||||
# echo "$(translate "This process may take several minutes...")"
|
||||
|
||||
# Update with logging
|
||||
|
Loading…
x
Reference in New Issue
Block a user