From 58000ff61cffa9a106e2cba6f5510d0de40ebde6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Neto?= <116659998+JDotNeto@users.noreply.github.com> Date: Tue, 28 Feb 2023 07:12:20 +0000 Subject: [PATCH] Tools/setup/ubuntu.sh: remove comment from continued line (#21191) Comment broke script --- Tools/setup/ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/setup/ubuntu.sh b/Tools/setup/ubuntu.sh index d3f637a6a3..d7a13df4ca 100755 --- a/Tools/setup/ubuntu.sh +++ b/Tools/setup/ubuntu.sh @@ -84,7 +84,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get -y --quiet --no-install-recommends i gdb \ git \ lcov \ - libfuse2 \ # QGroundControl AppImage requirement + libfuse2 \ libxml2-dev \ libxml2-utils \ make \