macOS: disable brew auto update (#34247)

pull/34248/head
Adeeb Shihadeh 4 months ago committed by GitHub
parent ba0e7c4719
commit b6233838eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      tools/mac_setup.sh

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

Loading…
Cancel
Save