Created
April 12, 2016 21:25
-
-
Save anonymous/b0e16e7301dfa71b8265331d0011d21f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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