Skip to content

Commit

Permalink
Update check_running_kernel
Browse files Browse the repository at this point in the history
Add Proxmox VE 8.1 support
  • Loading branch information
thorstenspille authored Dec 11, 2023
1 parent 6cf7c6d commit 2c71bb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions running-kernel/check_running_kernel
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ if [[ "$uname" == *"-pve" ]]; then
if [[ "$(lsb_release -cs 2> /dev/null)" == "bookworm" ]]; then
if [[ "$major-version" == "6.5" ]]; then
filter="proxmox-kernel-${major_version}.*-signed"
uname=${uname}-signed
else
filter="proxmox-kernel-${major_version}"
fi
Expand Down

0 comments on commit 2c71bb4

Please sign in to comment.