aboutsummaryrefslogtreecommitdiffstats
path: root/debian.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debian.sh')
-rwxr-xr-xdebian.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian.sh b/debian.sh
index 711edc5..4c880f6 100755
--- a/debian.sh
+++ b/debian.sh
@@ -9,7 +9,7 @@ RELEASE=stretch
ARCH=amd64
PACKAGES="gnupg apt-transport-https curl libssl1.0-dev libncurses5-dev \
zsh vim sudo erlang-nox git make autoconf automake gcc \
- golang golang-glide"
+ golang golang-glide rsync"
for f in ci.d/*; do source "$f"; done