Last active
March 29, 2019 02:05
-
-
Save blurbdust/5dbdd25eef3f643d97cce0fe12f220f3 to your computer and use it in GitHub Desktop.
CPRE 231 Lab 9 Driver Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
apt-get update | |
apt-get install -y bc build-essential git cmake dkms linux-image-4.19.0-kali4-amd64 linux-headers-4.19.0-kali4-amd64 | |
git clone https://github.com/blurbdust/rtl8812au | |
cd rtl8812au | |
./dkms-remove.sh | |
./dkms-install.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment