X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/c6f5b04a53d3b5063ffc23f141645dc32156ebb2..a247ffe2c8389c377c75e6c4e1882f57ac660b02:/scripts/setup-ubuntu.sh diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 7d2c4aac..08a3912b 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -2,7 +2,7 @@ set -e -u PACKAGES="" -PACKAGES+=" ant" # Used by jack and aptsigner. +PACKAGES+=" ant" # Used by apksigner. PACKAGES+=" asciidoc" PACKAGES+=" automake" PACKAGES+=" bison" @@ -18,7 +18,6 @@ PACKAGES+=" libglib2.0-dev" # Provides 'glib-genmarshal' which the glib build us PACKAGES+=" libtool-bin" PACKAGES+=" lzip" PACKAGES+=" python3.6" -PACKAGES+=" subversion" # Used by the netpbm build. PACKAGES+=" tar" PACKAGES+=" unzip" PACKAGES+=" m4"