Update pve8-install.sh

tweak
This commit is contained in:
tteckster 2023-06-16 08:17:07 -04:00 committed by GitHub
parent ca4a3ecef2
commit 0d5754de12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ EOF
yes)
msg_info "Updating to Proxmox VE 8 (Patience)"
apt-get update
apt-get -y dist-upgrade
DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confold" dist-upgrade -y
msg_ok "Updated to Proxmox VE 8"
;;
no)