Explorar o código

Update pve8-install.sh

tweak
tteckster %!s(int64=2) %!d(string=hai) anos
pai
achega
0d5754de12
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      misc/pve8-install.sh

+ 1 - 1
misc/pve8-install.sh

@@ -138,7 +138,7 @@ EOF
   yes)
     msg_info "Updating to Proxmox VE 8 (Patience)"
     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"
     ;;
   no)