Update proxmox_update.sh

This commit is contained in:
MacRimi 2025-07-09 08:44:29 +02:00
parent 6e0c09816b
commit cc06a4e1b1

View File

@ -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