mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2024-10-31 16:55:24 +00:00
minor update
This commit is contained in:
parent
7bcf9b5821
commit
40afaec38d
@ -70,6 +70,7 @@ echo "CPU Architecture=${KARCH}"
|
||||
# determine if dkms is installed and run the appropriate routines
|
||||
if command -v dkms >/dev/null 2>&1
|
||||
then
|
||||
echo "Removing a dkms installation."
|
||||
# 2>/dev/null suppresses the output of dkms
|
||||
dkms remove -m ${DRV_NAME} -v ${DRV_VERSION} --all 2>/dev/null
|
||||
RESULT=$?
|
||||
|
Loading…
Reference in New Issue
Block a user