summaryrefslogtreecommitdiff
path: root/script/install-deps-osx.sh
blob: 94314dbaac6704f35a0a3f2da8f615b93e54dc01 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -x

brew update
brew install zlib
brew install curl
brew install openssl
brew install libssh2