mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update post-pve-install.sh
tweak
This commit is contained in:
parent
f0ab5c9ccc
commit
d3cfb2c3a7
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ EOF
|
||||||
case $CHOICE in
|
case $CHOICE in
|
||||||
yes)
|
yes)
|
||||||
msg_info "Installing Proxmox 6.2 kernel"
|
msg_info "Installing Proxmox 6.2 kernel"
|
||||||
apt install pve-kernel-6.2
|
apt install pve-kernel-6.2 &>/dev/null
|
||||||
microcode="need"
|
microcode="need"
|
||||||
msg_ok "Installed Proxmox 6.2 kernel"
|
msg_ok "Installed Proxmox 6.2 kernel"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue