Skip to content

Instantly share code, notes, and snippets.

@shriyanss
Last active December 28, 2024 02:39
Show Gist options
  • Select an option

  • Save shriyanss/565fe77a4a0414c0b673d86d01d43adf to your computer and use it in GitHub Desktop.

Select an option

Save shriyanss/565fe77a4a0414c0b673d86d01d43adf to your computer and use it in GitHub Desktop.
# 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