From 6e0c09816bf443aa08fc272aed8fcf3c5d91c7f7 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 9 Jul 2025 08:36:00 +0200 Subject: [PATCH] Update proxmox_update.sh --- scripts/utilities/proxmox_update.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/utilities/proxmox_update.sh b/scripts/utilities/proxmox_update.sh index 539ed98..7b5a5f1 100644 --- a/scripts/utilities/proxmox_update.sh +++ b/scripts/utilities/proxmox_update.sh @@ -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 - clear + else msg_info2 "$(translate "Update cancelled by user")" return 0 @@ -329,8 +329,8 @@ EOF fi # Perform update - msg_info "$(translate "Performing system upgrade...")" - echo "$(translate "This process may take several minutes...")" + msg_info "$(translate "Performing system upgrade. This process may take several minutes...")" + #echo "$(translate "This process may take several minutes...")" # Update with logging if DEBIAN_FRONTEND=noninteractive apt-get -y \