diff --git a/misc/post-pve-install.sh b/misc/post-pve-install.sh index a2e162f5..0b87e94c 100644 --- a/misc/post-pve-install.sh +++ b/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" ;;