aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-06-30 23:15:06 +0200
committerLoïc Hoguin <[email protected]>2019-06-30 23:15:06 +0200
commit21045cdaf20439130084c84d264a0e8a29b3dcf1 (patch)
tree9423e30c51eb6ba6b62819d51d7481c5fd59e091
parent0ad1fe4efb8b65be72fc0e764bd5dd47b7f55839 (diff)
downloadci-21045cdaf20439130084c84d264a0e8a29b3dcf1.tar.gz
ci-21045cdaf20439130084c84d264a0e8a29b3dcf1.tar.bz2
ci-21045cdaf20439130084c84d264a0e8a29b3dcf1.zip
Add missing packages on CentOS
-rwxr-xr-xcentos.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/centos.sh b/centos.sh
index e3bbf6d..27f601c 100755
--- a/centos.sh
+++ b/centos.sh
@@ -10,7 +10,8 @@ ARCH=amd64
# We don't install Erlang because it's complicated on CentOS.
# 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"
+ autoconf automake gcc golang glide rsync groff psmisc parallel \
+ subversion mercurial p7zip p7zip-plugins unzip"
for f in ci.d/*; do source "$f"; done