Skip to content

Commit

Permalink
Update update.sh (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Catuogno committed Aug 27, 2019
1 parent 08c7215 commit d5c89df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
# Update #
###############################################################################

brew update && brew upgrade && brew cleanup && brew doctor && mas upgrade
brew doctor && brew update && brew upgrade && brew cleanup && mas upgrade

###############################################################################
# Config #
Expand Down

0 comments on commit d5c89df

Please sign in to comment.