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

Fixed DKMS path - fixes #264

This commit is contained in:
Christian B 2019-02-15 20:54:52 +01:00 committed by GitHub
parent 983ec8ce3a
commit a5c39f36e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,8 @@ else
echo "About to run dkms install steps..."
fi
DRV_DIR=rtl8812au
DRV_NAME=rtl8812au
DRV_DIR=.
DRV_NAME=88XXau
DRV_VERSION=5.2.20.2
cp -r ../${DRV_DIR} /usr/src/${DRV_NAME}-${DRV_VERSION}