aboutsummaryrefslogtreecommitdiffstats
path: root/centos.sh
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-05-22 17:28:34 +0200
committerLoïc Hoguin <[email protected]>2018-05-22 17:28:34 +0200
commita20c3144583fcb6dbc57555bbcdb227474e8f085 (patch)
tree3682e41d8839016e3710b677102697d2ed9c8e45 /centos.sh
parentc9d9395e719b3db197ae81e967bcae015a1c9387 (diff)
downloadci-a20c3144583fcb6dbc57555bbcdb227474e8f085.tar.gz
ci-a20c3144583fcb6dbc57555bbcdb227474e8f085.tar.bz2
ci-a20c3144583fcb6dbc57555bbcdb227474e8f085.zip
Install rsync on all BuildKite containers
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 a2cd5b0..6503155 100755
--- a/centos.sh
+++ b/centos.sh
@@ -10,7 +10,7 @@ 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"
+ autoconf automake gcc golang glide rsync"
for f in ci.d/*; do source "$f"; done