mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
7 lines
162 B
Bash
7 lines
162 B
Bash
![]() |
# Documentation defined in Library/Homebrew/cmd/update-if-needed.rb
|
||
|
|
||
|
homebrew-update-if-needed() {
|
||
|
export HOMEBREW_AUTO_UPDATE_COMMAND="1"
|
||
|
auto-update "$@"
|
||
|
}
|