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

set -x

brew update
brew install homebrew/dupes/zlib
brew install curl
brew install openssl
brew install libssh2