Update post-pve-install.sh

tweak
This commit is contained in:
tteckster 2023-05-27 22:08:35 -04:00 committed by GitHub
parent f0ab5c9ccc
commit d3cfb2c3a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"
;;