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