X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/4e963c626f9c01e03bbd0ca4b44ab5a54d538075..9867ff1acad95abe867ca53a2607c2ffaf515e41:/ubuntu-setup.sh diff --git a/ubuntu-setup.sh b/ubuntu-setup.sh index a850f8c6..28eb31b1 100755 --- a/ubuntu-setup.sh +++ b/ubuntu-setup.sh @@ -5,6 +5,7 @@ PACKAGES="$PACKAGES asciidoc" PACKAGES="$PACKAGES automake" PACKAGES="$PACKAGES bison" PACKAGES="$PACKAGES cmake" +PACKAGES="$PACKAGES curl" # Used for fetching sources PACKAGES="$PACKAGES flex" PACKAGES="$PACKAGES gettext" # Provides 'msgfmt' which the apt build uses PACKAGES="$PACKAGES help2man" @@ -16,7 +17,6 @@ PACKAGES="$PACKAGES libncurses5-dev" PACKAGES="$PACKAGES libtool" PACKAGES="$PACKAGES lzip" PACKAGES="$PACKAGES m4" -PACKAGES="$PACKAGES mercurial" PACKAGES="$PACKAGES pkg-config" PACKAGES="$PACKAGES scons" PACKAGES="$PACKAGES texinfo"