This commit is contained in:
morrownr 2022-11-26 19:16:35 -06:00
parent ecf5014fe0
commit 761a1b6f8f

View File

@ -5,7 +5,7 @@
# Supports dkms and non-dkms installations. # Supports dkms and non-dkms installations.
SCRIPT_NAME="install-driver.sh" SCRIPT_NAME="install-driver.sh"
SCRIPT_VERSION="20221007" SCRIPT_VERSION="20221126"
OPTIONS_FILE="88x2bu.conf" OPTIONS_FILE="88x2bu.conf"
MODULE_NAME="88x2bu" MODULE_NAME="88x2bu"
@ -91,7 +91,7 @@ then
echo "Please report this error." echo "Please report this error."
echo "Please copy all screen output and paste it into the report." echo "Please copy all screen output and paste it into the report."
echo "You will need to run the following before reattempting installation." echo "You will need to run the following before reattempting installation."
echo "$ sudo ./remove-driver-no-dkms.sh" echo "$ sudo ./remove-driver.sh"
exit $RESULT exit $RESULT
fi fi
@ -110,7 +110,7 @@ then
echo "Please report this error." echo "Please report this error."
echo "Please copy all screen output and paste it into the report." echo "Please copy all screen output and paste it into the report."
echo "You will need to run the following before reattempting installation." echo "You will need to run the following before reattempting installation."
echo "$ sudo ./remove-driver-no-dkms.sh" echo "$ sudo ./remove-driver.sh"
exit $RESULT exit $RESULT
fi fi
else else