Skip to content

Commit

Permalink
Force update Homebrew
Browse files Browse the repository at this point in the history
Add a force since there's sometimes a broken Homebrew update.
See Homebrew/brew#1151

`brew update --force` will prevent stalling in the script.
Until the issue above is resolved,
it could pop up for someone trapped in a
'please update'-'already updated' loop.
  • Loading branch information
mindlessroman authored and croaky committed Aug 24, 2017
1 parent cf590e3 commit cfda02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac
Expand Up @@ -109,7 +109,7 @@ if brew list | grep -Fq brew-cask; then
fi

fancy_echo "Updating Homebrew formulae ..."
brew update
brew update --force # https://github.com/Homebrew/brew/issues/1151
brew bundle --file=- <<EOF
tap "thoughtbot/formulae"
tap "homebrew/services"
Expand Down

0 comments on commit cfda02a

Please sign in to comment.