Explorar el Código

Update post-pve-install.sh

tweak
tteckster hace 2 años
padre
commit
a85205cb80
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      misc/post-pve-install.sh

+ 1 - 1
misc/post-pve-install.sh

@@ -151,7 +151,7 @@ EOF
       case $CHOICE in
       yes)
         msg_info "Installing Proxmox 6.2 kernel"
-        apt install pve-kernel-6.2 &>/dev/null
+        apt-get install -y pve-kernel-6.2 &>/dev/null
         microcode="need"
         msg_ok "Installed Proxmox 6.2 kernel"
         ;;