2
0
Fork 0
mirror of https://github.com/mas-cli/mas synced 2025-03-06 23:57:21 +00:00

brew update in script/bootstrap.

Partial 

Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
Ross Goldberg 2025-01-16 18:42:22 -05:00
parent 612a34d1b5
commit 5a5e000ce2
No known key found for this signature in database

View file

@ -16,4 +16,5 @@ if ! command -v brew >/dev/null; then
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi
brew update
brew bundle install --verbose "${@}"