From 9d9077ffd110817c4df3559f41656c4bd21c87c5 Mon Sep 17 00:00:00 2001 From: Pathikrit Bhowmick Date: Fri, 8 Dec 2023 09:49:26 -0500 Subject: [PATCH] exit after homebrew install --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 342d77a..e6d9abb 100755 --- a/install.sh +++ b/install.sh @@ -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 ..."