From 4de6b727cc4f80eff88ec5af35e721cdf95724fe Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 6 Jan 2015 23:25:01 +0100 Subject: brew.sh: Install `openssh` This includes a more up-to-date `ssh` binary. --- brew.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/brew.sh b/brew.sh index e8b4c69..039eca2 100755 --- a/brew.sh +++ b/brew.sh @@ -43,6 +43,7 @@ brew install narwhal # Install more recent versions of some OS X tools. brew install vim --override-system-vi brew install homebrew/dupes/grep +brew install homebrew/dupes/openssh brew install homebrew/dupes/screen brew install homebrew/php/php55 --with-gmp -- cgit v1.2.3