Update proxmox_update.sh

This commit is contained in:
MacRimi 2025-08-07 15:49:22 +02:00 committed by GitHub
parent 9a478d74d2
commit ed36d9e953
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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