diederikdehaas / rtl8812AU

Realtek 8812AU USB WiFi driver
Other
475 stars 177 forks source link

Suggestion for readme to avoid clone. #123

Open TiloGit opened 4 years ago

TiloGit commented 4 years ago

For ppl who don't want to clone you could add this info to the readme. Can't remote from github https://www.gilesorr.com/blog/git-archive-github.html curl -L https://api.github.com/repos/diederikdehaas/rtl8812AU/tarball/driver-${DRV_VERSION} | sudo tar -x -z --strip=1 -C /usr/src/${DRV_NAME}-${DRV_VERSION}

TiloGit commented 4 years ago

also found this. might be simpler for beginners like me.

https://blog.abysm.org/2020/03/realtek-802-11ac-usb-wi-fi-linux-driver-installation/

wget https://http.kali.org/kali/pool/contrib/r/realtek-rtl88xxau-dkms/realtek-rtl88xxau-dkms_5.3.4~20200115-0kali1_all.deb
sudo apt update
sudo apt install ./realtek-rtl88xxau-dkms_5.3.4~20200115-0kali1_all.deb