macOS: disable brew auto update (#34247)

This commit is contained in:
Adeeb Shihadeh
2024-12-14 23:10:04 -08:00
committed by GitHub
parent ba0e7c4719
commit b6233838eb
+3
View File
@@ -5,6 +5,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
ROOT="$(cd $DIR/../ && pwd)"
ARCH=$(uname -m)
# homebrew update is slow
export HOMEBREW_NO_AUTO_UPDATE=1
if [[ $SHELL == "/bin/zsh" ]]; then
RC_FILE="$HOME/.zshrc"
elif [[ $SHELL == "/bin/bash" ]]; then