From 8ba5f9f2e932404742ea2f3b830b49e908d58160 Mon Sep 17 00:00:00 2001 From: morrownr Date: Fri, 7 Oct 2022 15:39:39 -0500 Subject: [PATCH] minor update to install and remove scripts --- install-driver.sh | 2 +- remove-driver.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install-driver.sh b/install-driver.sh index d74b595..1e3a8d5 100755 --- a/install-driver.sh +++ b/install-driver.sh @@ -5,7 +5,7 @@ # Supports dkms and non-dkms installations. SCRIPT_NAME="install-driver.sh" -SCRIPT_VERSION="20220929" +SCRIPT_VERSION="20221007" OPTIONS_FILE="88x2bu.conf" # Some distros have a non-mainlined, patched-in kernel driver diff --git a/remove-driver.sh b/remove-driver.sh index fbf3e9e..a0594ca 100755 --- a/remove-driver.sh +++ b/remove-driver.sh @@ -5,7 +5,7 @@ # Supports dkms and non-dkms removals. SCRIPT_NAME="remove-driver.sh" -SCRIPT_VERSION="20220927" +SCRIPT_VERSION="20221007" OPTIONS_FILE="88x2bu.conf" BLACKLIST_FILE="rtw88_8822bu.conf"