From eb5f02a8ceeaa1fec1bcca788159d01362dd921b Mon Sep 17 00:00:00 2001 From: Wetitpig Date: Sat, 20 May 2017 05:54:36 +0800 Subject: [PATCH] Add ed package for bc (#1032) --- scripts/setup-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) 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. -- 2.11.0