Browse Source
Merge pull request #3448 from Grimler91/jq
setup-ubuntu.sh: add jq and remove debdiff
android-5
Fredrik Fornwall
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|