Last active
October 23, 2021 10:24
-
-
Save akionsight/348980b96a75ef199bde868b573291cf to your computer and use it in GitHub Desktop.
A script to get Archer TU Nano Wifi adapter to work on linux
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
sudo apt install git dkms | |
git clone https://github.com/aircrack-ng/rtl8812au.git | |
cd rtl8812au | |
sudo make dkms_install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
must be run as sudo