Update homebrew

This commit is contained in:
Brian Zalewski 2023-11-04 01:39:17 -04:00 committed by GitHub
parent c67bd24765
commit 58a98605cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,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
fi