From ed36d9e953788c0196be494c2d1ed32c02b31577 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Thu, 7 Aug 2025 15:49:22 +0200 Subject: [PATCH] Update proxmox_update.sh --- scripts/utilities/proxmox_update.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/utilities/proxmox_update.sh b/scripts/utilities/proxmox_update.sh index 9de4307..59f57cd 100644 --- a/scripts/utilities/proxmox_update.sh +++ b/scripts/utilities/proxmox_update.sh @@ -67,6 +67,8 @@ apt_upgrade() { } +apt_upgrade + if [[ "$NECESSARY_REBOOT" -eq 1 ]]; then if command -v whiptail >/dev/null 2>&1; then @@ -131,4 +133,4 @@ apt_upgrade() { } -apt_upgrade +