From 770327fcddb39baae5ee8cc10d1624a5a52304d2 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 1 May 2024 22:11:58 -0400 Subject: [PATCH] test --- 019-Installing_Homebrew.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/019-Installing_Homebrew.sh b/019-Installing_Homebrew.sh index 5adb859..f518d77 100644 --- a/019-Installing_Homebrew.sh +++ b/019-Installing_Homebrew.sh @@ -6,4 +6,5 @@ source "$SCRIPTDIR/common/colors.sh" source "$SCRIPTDIR/common/functions.sh" source "$SCRIPTDIR/common/load-defaults.sh" -NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" +#NONINTERACTIVE=1 +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"