Skip to content

Commit 91245b8

Browse files
authored
Merge pull request #32 from canonical/azkaratea-patch-26
Modify kernel workaround in tics_installer.sh
2 parents 235ddbf + 01a346e commit 91245b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tics_installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apt-get install -y \
2121
pylint
2222

2323
# Kernel issue - workaround for 6.17.0
24-
if [[ $(uname -r | cut -d '-' -f 1) == "6.17.0" ]]; then
24+
if dpkg -l linux-generic-hwe-24.04 | grep -q "^ii"; then
2525
echo "Kernel 6.17.0 detected."
2626
apt-get install -y linux-generic-6.14
2727

0 commit comments

Comments
 (0)