Skip to content

Commit

Permalink
exit after homebrew install
Browse files Browse the repository at this point in the history
  • Loading branch information
pathikrit committed Dec 8, 2023
1 parent ecdb8a5 commit 9d9077f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ fi
if test ! "$(command -v brew)"; then
echo "Installing Homebrew ..."
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
echo "Completel Homebrew installation and rerun this script ..."
exit 0
else
if [[ -z "${CI}" ]]; then
echo "Updating Homebrew ..."
Expand Down

0 comments on commit 9d9077f

Please sign in to comment.