mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2024-12-22 06:15:50 +00:00
cleanup
This commit is contained in:
parent
25090f9e3e
commit
8c202dd766
@ -24,7 +24,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
SCRIPT_NAME="install-driver.sh"
|
SCRIPT_NAME="install-driver.sh"
|
||||||
SCRIPT_VERSION="20230121"
|
SCRIPT_VERSION="20230124"
|
||||||
MODULE_NAME="8821cu"
|
MODULE_NAME="8821cu"
|
||||||
DRV_VERSION="5.12.0.4"
|
DRV_VERSION="5.12.0.4"
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
if [ ! -d "/lib/modules/$(uname -r)/build" ]; then
|
||||||
echo "Your kernel header files aren't properly installed."
|
echo "Your kernel header files aren't properly installed."
|
||||||
echo "Please consult your distro documentation or user support forums."
|
echo "Please consult your distro documentation or user support forums."
|
||||||
|
Loading…
Reference in New Issue
Block a user