aboutsummaryrefslogtreecommitdiffstats
path: root/ubuntu.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 /ubuntu.sh
parentc9d9395e719b3db197ae81e967bcae015a1c9387 (diff)
downloadci-a20c3144583fcb6dbc57555bbcdb227474e8f085.tar.gz
ci-a20c3144583fcb6dbc57555bbcdb227474e8f085.tar.bz2
ci-a20c3144583fcb6dbc57555bbcdb227474e8f085.zip
Install rsync on all BuildKite containers
Diffstat (limited to 'ubuntu.sh')
-rwxr-xr-xubuntu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu.sh b/ubuntu.sh
index eb73802..9a943f5 100755
--- a/ubuntu.sh
+++ b/ubuntu.sh
@@ -8,7 +8,7 @@ DIST=ubuntu
RELEASE=artful
ARCH=amd64
PACKAGES="curl libssl-dev libncurses5-dev zsh vim sudo erlang-nox git \
- make autoconf automake gcc golang golang-glide"
+ make autoconf automake gcc golang golang-glide rsync"
for f in ci.d/*; do source "$f"; done