mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-18 10:42:22 +00:00
Update upgrade_pve8_to_pve9.sh
This commit is contained in:
parent
a389282e23
commit
a5c46ab837
@ -634,9 +634,9 @@ run_pve8to9_check() {
|
|||||||
|
|
||||||
# Error 2: Kernel version mismatch
|
# Error 2: Kernel version mismatch
|
||||||
if grep -q -E '(kernel.*mismatch|kernel.*version)' "$tmp"; then
|
if grep -q -E '(kernel.*mismatch|kernel.*version)' "$tmp"; then
|
||||||
repair_commands+=("apt update && apt install pve-kernel-6.8 -y && update-grub")
|
repair_commands+=("update-grub")
|
||||||
repair_descriptions+=("$(translate "Update kernel to compatible version")")
|
repair_descriptions+=("$(translate "Update kernel to compatible version")")
|
||||||
echo -e "${YW}$(translate "Fix kernel version:") ${CL}apt update && apt install pve-kernel-6.8 -y && update-grub"
|
echo -e "${YW}$(translate "Fix kernel version:") ${CL}update-grub"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Error 3: Ceph version incompatible
|
# Error 3: Ceph version incompatible
|
||||||
|
Loading…
x
Reference in New Issue
Block a user