From 15b31093dab80b9129139259316b5017ffbd034c Mon Sep 17 00:00:00 2001 From: morrownr Date: Wed, 7 Dec 2022 20:58:43 -0600 Subject: [PATCH] more install-driver.sh work --- install-driver.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install-driver.sh b/install-driver.sh index 7d46c2e..493d3ea 100755 --- a/install-driver.sh +++ b/install-driver.sh @@ -130,8 +130,9 @@ then mokutil --sb-state fi -# header files are normally stored in /lib/modules/${kernel_version}/build -# +# header files are normally stored in ? +# how can we determine: +# if the correct header files are installed? # blacklist the in-kernel module (driver) so that there is no conflict echo "Installing ${BLACKLIST_FILE} to: /etc/modprobe.d"