diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index b2a8bdd8d..a11d4ce7f 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -38,7 +38,7 @@ PACKAGES+=" libjpeg-dev" # Needed by ghostscript PACKAGES+=" gawk" # Needed by apr-util PACKAGES+=" libssl-dev" # Needed to build Rust PACKAGES+=" gnupg" # Needed to verify downloaded .debs -PACKAGES+=" devscripts" # Provides utility "debdiff". +PACKAGES+=" jq" # Needed by bintray upload script. sudo DEBIAN_FRONTEND=noninteractive \ apt-get install -yq --no-install-recommends $PACKAGES