solana/net/scripts/install-rsync.sh
Michael Vines bd7e269280 Kill rsync (#5336)
automerge
2019-07-30 22:43:47 -07:00

11 lines
145 B
Bash
Executable File

#!/usr/bin/env bash
#
# Rsync setup
#
set -ex
[[ $(uname) = Linux ]] || exit 1
[[ $USER = root ]] || exit 1
apt-get --assume-yes install rsync