We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecdb8a5 commit 9d9077fCopy full SHA for 9d9077f
1 file changed
install.sh
@@ -199,6 +199,8 @@ fi
199
if test ! "$(command -v brew)"; then
200
echo "Installing Homebrew ..."
201
/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
204
else
205
if [[ -z "${CI}" ]]; then
206
echo "Updating Homebrew ..."
0 commit comments