X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/cbb8806959ed1a418d665511dd29e8b9b1cc260a..56a9bb254bba169291b80ef8169361674cea13df:/scripts/setup-ubuntu.sh 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.