diff options
Diffstat (limited to 'script/install-deps-osx.sh')
-rwxr-xr-x | script/install-deps-osx.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/script/install-deps-osx.sh b/script/install-deps-osx.sh index 5510379d4..4b8393b19 100755 --- a/script/install-deps-osx.sh +++ b/script/install-deps-osx.sh @@ -3,4 +3,6 @@ set -x brew update +brew install homebrew/dupes/zlib +brew install curl brew install libssh2 |