mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2026-03-22 04:47:18 +08:00
minor update
This commit is contained in:
@@ -70,6 +70,7 @@ echo "CPU Architecture=${KARCH}"
|
|||||||
# determine if dkms is installed and run the appropriate routines
|
# determine if dkms is installed and run the appropriate routines
|
||||||
if command -v dkms >/dev/null 2>&1
|
if command -v dkms >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
|
echo "Removing a dkms installation."
|
||||||
# 2>/dev/null suppresses the output of dkms
|
# 2>/dev/null suppresses the output of dkms
|
||||||
dkms remove -m ${DRV_NAME} -v ${DRV_VERSION} --all 2>/dev/null
|
dkms remove -m ${DRV_NAME} -v ${DRV_VERSION} --all 2>/dev/null
|
||||||
RESULT=$?
|
RESULT=$?
|
||||||
|
|||||||
Reference in New Issue
Block a user