From 8aaedccacc1dbbb21be880bdf19bc053f0acad7d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 26 Dec 2023 13:24:53 +1100 Subject: [PATCH] Tools: install ppp in ubuntu --- Tools/environment_install/install-prereqs-ubuntu.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tools/environment_install/install-prereqs-ubuntu.sh b/Tools/environment_install/install-prereqs-ubuntu.sh index 9a865a52c1..594aa33708 100755 --- a/Tools/environment_install/install-prereqs-ubuntu.sh +++ b/Tools/environment_install/install-prereqs-ubuntu.sh @@ -323,6 +323,8 @@ if [ -n "$LBTBIN" ]; then SITL_PKGS+=" libtool-bin" fi +SITL_PKGS+=" ppp" + # Install all packages $APT_GET install $BASE_PKGS $SITL_PKGS $PX4_PKGS $ARM_LINUX_PKGS $COVERAGE_PKGS