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:
5568594
)
ubuntu-setup.sh: Add curl
author
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 23 Aug 2015 10:33:07 +0000
(06:33 -0400)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 23 Aug 2015 10:33:07 +0000
(06:33 -0400)
Curl is used to download source files. Fixes #8.
ubuntu-setup.sh
patch
|
blob
|
blame
|
history
diff --git
a/ubuntu-setup.sh
b/ubuntu-setup.sh
index a850f8c6c26e66de5a2885b4d045c10df39ca2ff..c80c05dacb82facac4d06eb72a94b9ff81687fd6 100755
(executable)
--- a/
ubuntu-setup.sh
+++ b/
ubuntu-setup.sh
@@
-5,6
+5,7
@@
PACKAGES="$PACKAGES asciidoc"
PACKAGES="$PACKAGES automake"
PACKAGES="$PACKAGES bison"
PACKAGES="$PACKAGES cmake"
+PACKAGES="$PACKAGES curl" # Used for fetching sources
PACKAGES="$PACKAGES flex"
PACKAGES="$PACKAGES gettext" # Provides 'msgfmt' which the apt build uses
PACKAGES="$PACKAGES help2man"