mirror of
https://github.com/mas-cli/mas
synced 2025-03-06 23:57:21 +00:00
brew update
in script/bootstrap
.
Partial #717 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
612a34d1b5
commit
5a5e000ce2
1 changed files with 1 additions and 0 deletions
|
@ -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 "${@}"
|
||||
|
|
Loading…
Add table
Reference in a new issue