Update pve8-install.sh

tweak
This commit is contained in:
tteckster 2023-06-10 21:34:31 -04:00 committed by GitHub
parent b9c564c01d
commit 4ca1a73de2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -137,8 +137,8 @@ EOF
case $CHOICE in
yes)
msg_info "Updating to Proxmox VE 8 (Patience)"
apt-get update &>/dev/null
apt-get -y dist-upgrade &>/dev/null
apt-get update
apt-get -y dist-upgrade
msg_ok "Updated to Proxmox VE 8"
;;
no)