setup-ubuntu.sh: add jq and remove debdiff
This commit is contained in:
parent
6e6e469f3a
commit
69eb7a1299
@ -38,7 +38,7 @@ PACKAGES+=" libjpeg-dev" # Needed by ghostscript
|
|||||||
PACKAGES+=" gawk" # Needed by apr-util
|
PACKAGES+=" gawk" # Needed by apr-util
|
||||||
PACKAGES+=" libssl-dev" # Needed to build Rust
|
PACKAGES+=" libssl-dev" # Needed to build Rust
|
||||||
PACKAGES+=" gnupg" # Needed to verify downloaded .debs
|
PACKAGES+=" gnupg" # Needed to verify downloaded .debs
|
||||||
PACKAGES+=" devscripts" # Provides utility "debdiff".
|
PACKAGES+=" jq" # Needed by bintray upload script.
|
||||||
|
|
||||||
sudo DEBIAN_FRONTEND=noninteractive \
|
sudo DEBIAN_FRONTEND=noninteractive \
|
||||||
apt-get install -yq --no-install-recommends $PACKAGES
|
apt-get install -yq --no-install-recommends $PACKAGES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user