Add scripts/setup-archlinux.sh similar to setup-ubuntu.sh (#1098)
[termux-packages] / scripts / setup-ubuntu.sh
index 8e72cf5..2d5f679 100755 (executable)
@@ -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.