Update setup-ubuntu.sh

This commit is contained in:
Stephen 2017-08-31 11:16:35 -07:00 committed by Fredrik Fornwall
parent 6546af166c
commit acd3fa08a7

View File

@ -35,7 +35,7 @@ PACKAGES+=" xmlto"
PACKAGES+=" xutils-dev" # Provides 'makedepend' which the openssl build uses.
PACKAGES+=" libexpat1-dev" # Needed by ghostscript
PACKAGES+=" libjpeg-dev" # Needed by ghostscript
PACKAGES+=" gawk" # Needed by ghostscript
PACKAGES+=" gawk" # Needed by apr-util
sudo DEBIAN_FRONTEND=noninteractive \
apt-get install -yq --no-install-recommends $PACKAGES