Add ed package for bc (#1032)
authorWetitpig <winsto003@hotmail.com>
Fri, 19 May 2017 21:54:36 +0000 (05:54 +0800)
committerFredrik Fornwall <fredrik@fornwall.net>
Fri, 19 May 2017 21:54:36 +0000 (23:54 +0200)
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.