Update provision.sh
This commit is contained in:
parent
401e700b7d
commit
c67bd24765
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue