ubuntu.sh: add libfuse2 to general packages

to allow running QGroundControl app image out of the box.
This commit is contained in:
Matthias Grob 2023-02-15 09:00:41 +01:00
parent dabf33759b
commit 22030c1b8c
1 changed files with 1 additions and 0 deletions

View File

@ -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 \