Skip to content

Commit 9d9077f

Browse files
authored
exit after homebrew install
1 parent ecdb8a5 commit 9d9077f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ fi
199199
if test ! "$(command -v brew)"; then
200200
echo "Installing Homebrew ..."
201201
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
202+
echo "Completel Homebrew installation and rerun this script ..."
203+
exit 0
202204
else
203205
if [[ -z "${CI}" ]]; then
204206
echo "Updating Homebrew ..."

0 commit comments

Comments
 (0)