浏览代码

Update post-pve-install.sh

tweak
tteckster 2 年之前
父节点
当前提交
d3cfb2c3a7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
+        apt install pve-kernel-6.2 &>/dev/null
         microcode="need"
         msg_ok "Installed Proxmox 6.2 kernel"
         ;;