aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/macos/homebrew.sh
blob: f7042de352209ad1dea7f8dfa1fa64bdb6222c1d (plain)
1
2
3
4
5
#!/usr/bin/env bash
# Will install homebrew package manager for macOS
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" </dev/null

brew update