Skip to content

Instantly share code, notes, and snippets.

@Hendrik44
Created May 27, 2017 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hendrik44/5f3a3b2791f5028693b269ee243c72a3 to your computer and use it in GitHub Desktop.
Save Hendrik44/5f3a3b2791f5028693b269ee243c72a3 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Installing sshpass on osx sierra, el capitan ...
curl -O -L http://downloads.sourceforge.net/project/sshpass/sshpass/1.06/sshpass-1.06.tar.gz && tar xvzf sshpass-1.06.tar.gz
cd sshpass-1.06
./configure
sudo make install
cd ..
rm -rf sshpass-1.06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment