Skip to content

Commit 2c71bb4

Browse files
Update check_running_kernel
Add Proxmox VE 8.1 support
1 parent 6cf7c6d commit 2c71bb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

running-kernel/check_running_kernel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ if [[ "$uname" == *"-pve" ]]; then
3434
if [[ "$(lsb_release -cs 2> /dev/null)" == "bookworm" ]]; then
3535
if [[ "$major-version" == "6.5" ]]; then
3636
filter="proxmox-kernel-${major_version}.*-signed"
37+
uname=${uname}-signed
3738
else
3839
filter="proxmox-kernel-${major_version}"
3940
fi

0 commit comments

Comments
 (0)