summaryrefslogtreecommitdiff
path: root/script/install-deps-osx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'script/install-deps-osx.sh')
-rwxr-xr-xscript/install-deps-osx.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/script/install-deps-osx.sh b/script/install-deps-osx.sh
index c2e0162d8..5510379d4 100755
--- a/script/install-deps-osx.sh
+++ b/script/install-deps-osx.sh
@@ -2,4 +2,5 @@
set -x
-brew install libssh2 cmake
+brew update
+brew install libssh2