From 22030c1b8ce4c934bcebc71f8a399959a30da935 Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Wed, 15 Feb 2023 09:00:41 +0100 Subject: [PATCH] ubuntu.sh: add libfuse2 to general packages to allow running QGroundControl app image out of the box. --- Tools/setup/ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/setup/ubuntu.sh b/Tools/setup/ubuntu.sh index e704253358..a823d9936d 100755 --- a/Tools/setup/ubuntu.sh +++ b/Tools/setup/ubuntu.sh @@ -84,6 +84,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get -y --quiet --no-install-recommends i gdb \ git \ lcov \ + libfuse2 \ # QGroundControl AppImage requirement libxml2-dev \ libxml2-utils \ make \