diff options
author | Mathias Bynens <mathias@qiwi.be> | 2015-01-06 23:25:01 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2015-01-06 23:25:01 +0100 |
commit | 4de6b727cc4f80eff88ec5af35e721cdf95724fe (patch) | |
tree | 4257bc9f3115e13fbedce5d4832b79d060d3a7c1 | |
parent | 529b9d156b8fed333826c5f8244e64166b12ec64 (diff) | |
download | dotfiles-4de6b727cc4f80eff88ec5af35e721cdf95724fe.tar.gz dotfiles-4de6b727cc4f80eff88ec5af35e721cdf95724fe.tar.bz2 dotfiles-4de6b727cc4f80eff88ec5af35e721cdf95724fe.zip |
brew.sh: Install `openssh`
This includes a more up-to-date `ssh` binary.
-rwxr-xr-x | brew.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |