Skip to content

Instantly share code, notes, and snippets.

Created April 12, 2016 21:25
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/b0e16e7301dfa71b8265331d0011d21f to your computer and use it in GitHub Desktop.
Save anonymous/b0e16e7301dfa71b8265331d0011d21f 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