texlive: remove -N option from wget command in termux-install-tl. (#873)
[termux-packages] / scripts / setup-ubuntu.sh
index 7d2c4aa..08a3912 100755 (executable)
@@ -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"