We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 235ddbf + 01a346e commit 91245b8Copy full SHA for 91245b8
tics_installer.sh
@@ -21,7 +21,7 @@ apt-get install -y \
21
pylint
22
23
# Kernel issue - workaround for 6.17.0
24
-if [[ $(uname -r | cut -d '-' -f 1) == "6.17.0" ]]; then
+if dpkg -l linux-generic-hwe-24.04 | grep -q "^ii"; then
25
echo "Kernel 6.17.0 detected."
26
apt-get install -y linux-generic-6.14
27
0 commit comments