mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2024-11-22 05:24:47 +00:00
Merge 2bc680cae6
into 3eacc28b72
This commit is contained in:
commit
1991be2568
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
*.mod.c
|
||||
Module.symvers
|
||||
modules.order
|
||||
.vscode/
|
||||
|
@ -146,6 +146,8 @@ rm -f /etc/modprobe.d/${OPTIONS_FILE}
|
||||
echo "Removing source files from /usr/src/${DRV_NAME}-${DRV_VERSION}"
|
||||
rm -rf /usr/src/${DRV_NAME}-${DRV_VERSION}
|
||||
make clean >/dev/null 2>&1
|
||||
echo "Removing driver from the DKMS tree"
|
||||
rm -rf /var/lib/dkms/rtl8821cu
|
||||
echo "The driver was removed successfully."
|
||||
echo "You may now delete the driver directory if desired."
|
||||
echo ": ---------------------------"
|
||||
|
Loading…
Reference in New Issue
Block a user