Skip to content

Instantly share code, notes, and snippets.

@jamesrr39
Forked from anonymous/rsyncupdate.sh
Created June 27, 2016 21:47
Show Gist options
  • Save jamesrr39/1d08f60573574dd0c6718af5eb2b3985 to your computer and use it in GitHub Desktop.
Save jamesrr39/1d08f60573574dd0c6718af5eb2b3985 to your computer and use it in GitHub Desktop.
cd /tmp
wget http://rsync.samba.org/ftp/rsync/src/rsync-3.1.1.tar.gz -O - | tar xz
cd *rsync*
./configure
make
sudo make install
make clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment