libgit2/script/install-deps-osx.sh
2017-06-12 20:00:21 +01:00

10 lines
124 B
Bash
Executable File

#!/bin/sh
set -x
brew update
brew install homebrew/dupes/zlib
brew install curl
brew install openssl
brew install libssh2