Created
September 3, 2020 09:49
-
-
Save relaxdiego/f2e09f72e9a54b2262c6acfcd40f7b55 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 | |
curl -O -L http://sourceforge.net/projects/sshpass/files/sshpass/1.06/sshpass-1.06.tar.gz && tar xvzf sshpass-1.06.tar.gz | |
cd sshpass-1.06 | |
./configure | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment