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