Last active
December 28, 2024 02:39
-
-
Save shriyanss/565fe77a4a0414c0b673d86d01d43adf to your computer and use it in GitHub Desktop.
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
| # this script automatically set up required drivers for alfa awus036ach | |
| # this script has been tested on Kali VM on M2 mac and Raspberry Pi | |
| # it is expected to work on other systems also | |
| sudo apt update -y | |
| sudo apt install -y linux-headers-$(uname -r) | |
| sudo apt install -y build-essential dkms | |
| sudo apt install -y realtek-rtl88xxau-dkms | |
| git clone https://github.com/aircrack-ng/rtl8812au | |
| cd rtl8812au | |
| make | |
| sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment