From 04e08c5edb5a92dda8eb6a7906bda7fc04f54f04 Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Tue, 2 Aug 2022 07:52:17 -0700 Subject: [PATCH] setup: alphabetize list --- Tools/setup/ubuntu.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Tools/setup/ubuntu.sh b/Tools/setup/ubuntu.sh index b64c60f00a..78bd3afa25 100755 --- a/Tools/setup/ubuntu.sh +++ b/Tools/setup/ubuntu.sh @@ -92,16 +92,17 @@ echo sudo apt-get update -y --quiet sudo DEBIAN_FRONTEND=noninteractive apt-get -y --quiet --no-install-recommends install \ + astyle \ build-essential \ + cmake \ + cppcheck \ g++ \ gcc \ gdb \ - astyle \ - cmake \ - cppcheck \ - file \ git \ + file \ lcov \ + libssl-dev \ libxml2-dev \ libxml2-utils \ make \ @@ -115,7 +116,6 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get -y --quiet --no-install-recommends i shellcheck \ unzip \ zip \ - libssl-dev \ ; # Python 3 dependencies