aboutsummaryrefslogtreecommitdiffstats
path: root/centos.sh
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-12-04 11:36:08 +0100
committerLoïc Hoguin <[email protected]>2020-12-04 11:36:08 +0100
commit1ef40e96a842c66407094eed8726d8ec5c296497 (patch)
treec6812168af39e8fcf04534bb51369e1f7e16d745 /centos.sh
parent35e03bbdfcc3dfe37d36046da1cedd2ac7fd5af5 (diff)
downloadci-master.tar.gz
ci-master.tar.bz2
ci-master.zip
Add wget to relevant distributionsHEADmaster
It's used by Concuerror to fetch rebar3.
Diffstat (limited to 'centos.sh')
-rwxr-xr-xcentos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/centos.sh b/centos.sh
index 27f601c..20d3678 100755
--- a/centos.sh
+++ b/centos.sh
@@ -11,7 +11,7 @@ ARCH=amd64
# We will instead use the Erlang versions built with kerl.
PACKAGES="curl ncurses-devel openssl-devel zsh vim sudo git make \
autoconf automake gcc golang glide rsync groff psmisc parallel \
- subversion mercurial p7zip p7zip-plugins unzip"
+ subversion mercurial p7zip p7zip-plugins unzip wget"
for f in ci.d/*; do source "$f"; done