mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-22 00:04:13 +01:00
Update pve8-install.sh
tweak
This commit is contained in:
parent
b9c564c01d
commit
4ca1a73de2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user