File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 6969# Load homebrew
7070# -----------------------------------------------------------------------------
7171_dots_load_brew () {
72- export HOMEBREW_NO_ANALYTICS=0
72+ export HOMEBREW_NO_ANALYTICS=1
7373 [ -x " /opt/homebrew/bin/brew" ] && eval " $( /opt/homebrew/bin/brew shellenv) "
7474}
7575_dots_load_brew
Original file line number Diff line number Diff line change @@ -23,13 +23,6 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
2323 echo " Homebrew is already installed."
2424 fi
2525 brew --version
26-
27- unset NONINTERACTIVE \
28- HOMEBREW_NO_ANALYTICS \
29- HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK \
30- HOMEBREW_NO_ENV_HINTS \
31- HOMEBREW_NO_AUTO_UPDATE \
32- HOMEBREW_NO_INSTALL_CLEANUP
3326else
3427 echo -e " ${YELLOW} Skipping: Not macOS${NC} "
3528fi
You can’t perform that action at this time.
0 commit comments