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 +