setup-ubuntu.sh: install "devscripts"

Makes utility "debdiff" available.
This commit is contained in:
Leonid Pliushch 2019-01-26 17:02:21 +02:00 committed by Henrik Grimler
parent 1dbc9b0ba3
commit bf94539c0f
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +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".
sudo DEBIAN_FRONTEND=noninteractive \
apt-get install -yq --no-install-recommends $PACKAGES