Update fpv-gs-ubuntu.md

Remove installing Libsodium from sources since Ubuntu 22.04 already have necessary package
pull/398/head
gassanosh 2024-08-25 12:57:25 +02:00
parent cf3ecced20
commit a0a6e5b629
1 changed files with 0 additions and 9 deletions

View File

@ -18,15 +18,6 @@ sudo apt update
sudo apt install dkms git python3-all-dev net-tools virtualenv fakeroot debhelper python3-twisted libpcap-dev python3-pyroute2 python3-future python3-all libsodium-dev
```
### Libsodium
```
git clone https://github.com/jedisct1/libsodium --branch stable
cd libsodium
./configure
make && make check
sudo make install
```
### Wifi card driver
```
git clone -b v5.2.20 https://github.com/svpcom/rtl8812au.git