Ver Fonte

Update pve8-install.sh

tweak
tteckster há 2 anos atrás
pai
commit
0d5754de12
1 ficheiros alterados com 1 adições e 1 exclusões
  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)