From d3cfb2c3a749907011ecb64faa7010651379e9b3 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 27 May 2023 22:08:35 -0400 Subject: [PATCH] Update post-pve-install.sh tweak --- misc/post-pve-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ;;