diff --git a/scripts/provision.sh b/scripts/provision.sh index e51d5579..1e94b006 100644 --- a/scripts/provision.sh +++ b/scripts/provision.sh @@ -315,6 +315,8 @@ if ! command -v brew > /dev/null; then # so nothing needs to be done for macOS. if [ -d /home/linuxbrew/.linuxbrew/bin ]; then eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv) + elif [ -f /opt/homebrew/bin/brew ]; then + eval "$(/opt/homebrew/bin/brew shellenv)" fi fi fi