#!/bin/bash -e -o pipefail echo "Installing GCC@8 using homebrew..." brew install gcc@8 echo "Installing GCC@9 using homebrew..." brew install gcc@9