Update provision.sh

This commit is contained in:
Brian Zalewski 2023-11-04 01:38:54 -04:00 committed by GitHub
parent 401e700b7d
commit c67bd24765
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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