rtl8812AU icon indicating copy to clipboard operation
rtl8812AU copied to clipboard

Suggestion for readme to avoid clone.

Open TiloGit opened this issue 4 years ago • 1 comments

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 avatar Apr 24 '20 06:04 TiloGit

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

TiloGit avatar May 01 '20 01:05 TiloGit