add new force option to brew bundle install
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@ set -euf -o pipefail
|
|||||||
|
|
||||||
/opt/homebrew/bin/brew update
|
/opt/homebrew/bin/brew update
|
||||||
/opt/homebrew/bin/brew upgrade
|
/opt/homebrew/bin/brew upgrade
|
||||||
/opt/homebrew/bin/brew bundle install --file="$1" --cleanup --zap
|
/opt/homebrew/bin/brew bundle install --file="$1" --cleanup --zap --force-cleanup
|
||||||
/opt/homebrew/bin/brew autoremove
|
/opt/homebrew/bin/brew autoremove
|
||||||
[[ "${2:-}" == "--prune" ]] && /opt/homebrew/bin/brew cleanup --prune=all
|
[[ "${2:-}" == "--prune" ]] && /opt/homebrew/bin/brew cleanup --prune=all
|
||||||
|
|||||||
Reference in New Issue
Block a user