aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/macos/homebrew.sh
blob: 715477c0d5b9dd75786f278ebcc5bfe61504e7ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash


# Will install homebrew package manager for macOS.
#     WARNING: Requires commandlinetools

# TODO audit and cache this file locally, see QTQAINFRA-3134
curl -L -o /tmp/homebrew_install  https://raw.githubusercontent.com/Homebrew/install/master/install

/usr/bin/ruby /tmp/homebrew_install  </dev/null

brew update