mirror of https://github.com/tteck/Proxmox.git
parent
ca4a3ecef2
commit
0d5754de12
|
@ -138,7 +138,7 @@ EOF
|
||||||
yes)
|
yes)
|
||||||
msg_info "Updating to Proxmox VE 8 (Patience)"
|
msg_info "Updating to Proxmox VE 8 (Patience)"
|
||||||
apt-get update
|
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"
|
msg_ok "Updated to Proxmox VE 8"
|
||||||
;;
|
;;
|
||||||
no)
|
no)
|
||||||
|
|
Loading…
Reference in New Issue