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.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/script/install-deps-osx.sh b/script/install-deps-osx.sh
deleted file mode 100755
index 94314dbaa..000000000
--- a/script/install-deps-osx.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -x
-
-brew update
-brew install zlib
-brew install curl
-brew install openssl
-brew install libssh2