From: Wetitpig Date: Fri, 19 May 2017 21:54:36 +0000 (+0800) Subject: Add ed package for bc (#1032) X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/eb5f02a8ceeaa1fec1bcca788159d01362dd921b?ds=inline Add ed package for bc (#1032) --- diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 8e72cf56..2d5f6796 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -8,6 +8,7 @@ PACKAGES+=" automake" PACKAGES+=" bison" PACKAGES+=" clang" # Used by golang, useful to have same compiler building. PACKAGES+=" curl" # Used for fetching sources. +PACKAGES+=" ed" # Used by bc PACKAGES+=" flex" PACKAGES+=" gettext" # Provides 'msgfmt' which the apt build uses. PACKAGES+=" git" # Used by the neovim build.