Explorar o código

Update post-pve-install.sh

tweak
tteckster %!s(int64=2) %!d(string=hai) anos
pai
achega
a85205cb80
Modificáronse 1 ficheiros con 1 adicións e 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"
         ;;