From a85205cb80b5d0b9568f43fe4abf7ae329b7f332 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 27 May 2023 22:10:12 -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 0b87e94c..b9e737ee 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 &>/dev/null + apt-get install -y pve-kernel-6.2 &>/dev/null microcode="need" msg_ok "Installed Proxmox 6.2 kernel" ;;