chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
977221f
)
Add ed package for bc (#1032)
author
Wetitpig
<winsto003@hotmail.com>
Fri, 19 May 2017 21:54:36 +0000
(
05:54
+0800)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Fri, 19 May 2017 21:54:36 +0000
(23:54 +0200)
scripts/setup-ubuntu.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/setup-ubuntu.sh
b/scripts/setup-ubuntu.sh
index 8e72cf5605af575cd861d7c7bd446a4288946aac..2d5f6796205f75504bfa4c3ad4ba0e44475f7b54 100755
(executable)
--- 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.