Skip to content

Instantly share code, notes, and snippets.

@blurbdust
Last active March 29, 2019 02:05
Show Gist options
  • Save blurbdust/5dbdd25eef3f643d97cce0fe12f220f3 to your computer and use it in GitHub Desktop.
Save blurbdust/5dbdd25eef3f643d97cce0fe12f220f3 to your computer and use it in GitHub Desktop.
CPRE 231 Lab 9 Driver Script
#!/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