brew.sh: enable autoupdate for Homebrew developers (#429)
Autoupdate has been working well for me/opt-in folks for a while so lets enable it for Homebrew developers to test before we enable it for everyone.
This commit is contained in:
parent
b55250c44e
commit
51025a9fa2
@ -230,7 +230,7 @@ setup-analytics
|
||||
report-analytics-screenview-command
|
||||
|
||||
update-preinstall() {
|
||||
[[ -n "$HOMEBREW_AUTO_UPDATE" ]] || return
|
||||
[[ -n "$HOMEBREW_DEVELOPER" ]] || return
|
||||
[[ -z "$HOMEBREW_NO_AUTO_UPDATE" ]] || return
|
||||
[[ -z "$HOMEBREW_UPDATE_PREINSTALL" ]] || return
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user