diff options
Diffstat (limited to 'apps/ci/mac/ci-install.sh')
-rwxr-xr-x | apps/ci/mac/ci-install.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/ci/mac/ci-install.sh b/apps/ci/mac/ci-install.sh new file mode 100755 index 0000000000..8b1d20aa87 --- /dev/null +++ b/apps/ci/mac/ci-install.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +time brew update +time brew install openssl readline ace coreutils bash bash-completion mysql ccache |