-
-
Save jamesrr39/1d08f60573574dd0c6718af5eb2b3985 to your computer and use it in GitHub Desktop.
This file contains hidden or 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