aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci/travis/install_osx_packages.sh
blob: 1d4a5e00161a84dcfbc80a96f2df87371b12774b (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
set -ev
which shellcheck > /dev/null && shellcheck "$0" # Run shellcheck on this if available

# Workaround for https://github.com/Homebrew/homebrew/issues/42553
brew update || brew update

brew install xz