The v5.2.20 is what we currently running

The v5.2.20 is what we currently running
This commit is contained in:
MarioFPV 2022-08-08 13:11:57 +01:00 committed by Vasily Evseenko
parent b04827e6dd
commit 87bc0637d0

View File

@ -60,7 +60,7 @@ wfb-cli gs
- Install patched `RTL8812AU`driver: - Install patched `RTL8812AU`driver:
``` ```
sudo apt-get install dkms sudo apt-get install dkms
git clone https://github.com/svpcom/rtl8812au.git git clone -b v5.2.20 https://github.com/svpcom/rtl8812au.git
cd rtl8812au/ cd rtl8812au/
sudo ./dkms-install.sh sudo ./dkms-install.sh
``` ```