From: Fredrik Fornwall Date: Sun, 23 Aug 2015 10:33:07 +0000 (-0400) Subject: ubuntu-setup.sh: Add curl X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/6ee1d717a5b7f36415a970143100fc1c3127438b?hp=55685947581bd35180d60e0a4b502436d0b3de81 ubuntu-setup.sh: Add curl Curl is used to download source files. Fixes #8. --- diff --git a/ubuntu-setup.sh b/ubuntu-setup.sh index a850f8c6..c80c05da 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"