X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/4e963c626f9c01e03bbd0ca4b44ab5a54d538075..c84937645ec04def6b9dde9dec948275db66a517:/ubuntu-setup.sh diff --git a/ubuntu-setup.sh b/ubuntu-setup.sh index a850f8c6..76222110 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,12 +17,12 @@ 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" PACKAGES="$PACKAGES xmlto" PACKAGES="$PACKAGES xutils-dev" # Provides u'makedepend' which the openssl build uses +PACKAGES="$PACKAGES git" sudo apt install $PACKAGES sudo mkdir -p /data/data/com.termux/files/usr