We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c0c57 commit 160fbd1Copy full SHA for 160fbd1
redhat_kernel_install.d.in
@@ -8,7 +8,7 @@ case "$COMMAND" in
8
if [ -f /etc/dkms/no-autoinstall ]; then
9
echo "Automatic installation of modules has been disabled."
10
else
11
- dkms autoinstall --kernelver $kernel
+ dkms autoinstall --kernelver $KERNEL_VERSION
12
fi
13
;;
14
remove)
0 commit comments