From 631620b031d65db0486f13e1713f80b6cef8410c Mon Sep 17 00:00:00 2001 From: ViperFPV Date: Mon, 16 Mar 2026 17:50:58 -0700 Subject: [PATCH] Update installation command for Ubuntu groundstation --- src/content/docs/use-cases/fpv/wfb-ng/groundstation-ubuntu.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content/docs/use-cases/fpv/wfb-ng/groundstation-ubuntu.md b/src/content/docs/use-cases/fpv/wfb-ng/groundstation-ubuntu.md index 29b5574..878222e 100644 --- a/src/content/docs/use-cases/fpv/wfb-ng/groundstation-ubuntu.md +++ b/src/content/docs/use-cases/fpv/wfb-ng/groundstation-ubuntu.md @@ -12,8 +12,7 @@ sudo apt update ``` ``` -sudo apt install dkms git python3-all-dev net-tools virtualenv fakeroot debhelper python3-twisted -sudo apt install dkms git python3-all-dev net-tools virtualenv fakeroot debhelper python3-twisted +sudo apt install dkms git python3-all-dev net-tools virtualenv fakeroot debhelper python3-twisted \ libpcap-dev python3-pyroute2 python3-future python3-configparser python3-all libsodium-dev ```