Update pve8-install.sh
tweak
This commit is contained in:
parent
b9c564c01d
commit
4ca1a73de2
1 changed files with 2 additions and 2 deletions
|
@ -137,8 +137,8 @@ EOF
|
||||||
case $CHOICE in
|
case $CHOICE in
|
||||||
yes)
|
yes)
|
||||||
msg_info "Updating to Proxmox VE 8 (Patience)"
|
msg_info "Updating to Proxmox VE 8 (Patience)"
|
||||||
apt-get update &>/dev/null
|
apt-get update
|
||||||
apt-get -y dist-upgrade &>/dev/null
|
apt-get -y dist-upgrade
|
||||||
msg_ok "Updated to Proxmox VE 8"
|
msg_ok "Updated to Proxmox VE 8"
|
||||||
;;
|
;;
|
||||||
no)
|
no)
|
||||||
|
|
Loading…
Reference in a new issue