diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 8e72cf560..2d5f67962 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.