From 8c202dd766b985c2a0c0eaa42cafed0956997212 Mon Sep 17 00:00:00 2001 From: morrownr Date: Tue, 24 Jan 2023 13:44:02 -0600 Subject: [PATCH] cleanup --- install-driver.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-driver.sh b/install-driver.sh index be46e2e..dca23a6 100755 --- a/install-driver.sh +++ b/install-driver.sh @@ -24,7 +24,7 @@ # GNU General Public License for more details. SCRIPT_NAME="install-driver.sh" -SCRIPT_VERSION="20230121" +SCRIPT_VERSION="20230124" MODULE_NAME="8821cu" DRV_VERSION="5.12.0.4" @@ -72,7 +72,7 @@ then exit 1 fi -# check to see if header files are installed +# check to see if the correct header files are installed if [ ! -d "/lib/modules/$(uname -r)/build" ]; then echo "Your kernel header files aren't properly installed." echo "Please consult your distro documentation or user support forums."