small updates for new homebrew version
This commit is contained in:
+3
-3
@@ -3,7 +3,7 @@
|
||||
set -euf -o pipefail
|
||||
|
||||
/opt/homebrew/bin/brew update
|
||||
/opt/homebrew/bin/brew bundle install --file="$1" --cleanup --zap --force-cleanup
|
||||
/opt/homebrew/bin/brew upgrade
|
||||
/opt/homebrew/bin/brew bundle install --file="$1" --zap --force-cleanup
|
||||
/opt/homebrew/bin/brew upgrade -y
|
||||
/opt/homebrew/bin/brew autoremove
|
||||
[[ "${2:-}" == "--prune" ]] && /opt/homebrew/bin/brew cleanup --prune=all
|
||||
[[ "${2:-}" == "--prune" ]] && /opt/homebrew/bin/brew cleanup --prune=all -s
|
||||
|
||||
Reference in New Issue
Block a user