1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-25 14:44:09 +00:00

Fix DKMS install script

This commit is contained in:
Christian B 2019-02-15 21:17:32 +01:00 committed by GitHub
parent a5c39f36e8
commit 51ef8d5051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@ else
echo "About to run dkms install steps..."
fi
DRV_DIR=.
DRV_NAME=88XXau
DRV_DIR=rtl8812au
DRV_NAME=rtl8812au
DRV_VERSION=5.2.20.2
cp -r ../${DRV_DIR} /usr/src/${DRV_NAME}-${DRV_VERSION}
cp -r $(pwd) /usr/src/${DRV_NAME}-${DRV_VERSION}
dkms add -m ${DRV_NAME} -v ${DRV_VERSION}
dkms build -m ${DRV_NAME} -v ${DRV_VERSION}