From 174f28a21a70ea1f543d6a5368b96e9ca9a83ab3 Mon Sep 17 00:00:00 2001 From: Stephen Gaito Date: Tue, 9 Jun 2020 12:52:18 +0100 Subject: [PATCH] updated required build tools --- buildScripts/getBuildTools | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/buildScripts/getBuildTools b/buildScripts/getBuildTools index 41a9b7e..940a00e 100755 --- a/buildScripts/getBuildTools +++ b/buildScripts/getBuildTools @@ -16,7 +16,7 @@ set -ev sudo apt-get update sudo apt-get $UNATTENDED install \ - aptitude \ + wget \ git \ pkg-config \ ruby \ @@ -30,6 +30,5 @@ sudo apt-get $UNATTENDED install \ dpkg-dev \ gettext \ openjdk-8-jre-headless \ - jq \ - tree + jq