Skip to content

Commit

Permalink
fix: add brew update and upgrade options
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed May 31, 2024
1 parent 2328e11 commit 277c6cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ if test ! $(which brew); then
NONINTERACTIVE=1 bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" >/dev/null
else
step_msg "Updating the Homebrew"
brew update >/dev/null
brew upgrade >/dev/null
brew update --force --quiet
brew upgrade --quiet
fi

# -- Project folder -----------------------------------------------------------
Expand Down

0 comments on commit 277c6cf

Please sign in to comment.