diff --git a/019-Installing_Homebrew.sh b/019-Installing_Homebrew similarity index 60% rename from 019-Installing_Homebrew.sh rename to 019-Installing_Homebrew index f518d77..5adb859 100644 --- a/019-Installing_Homebrew.sh +++ b/019-Installing_Homebrew @@ -6,5 +6,4 @@ 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)" diff --git a/025-Checking_and_Installing_Dependencies_via_Homebrew.sh b/025-Checking_and_Installing_Dependencies_via_Homebrew similarity index 100% rename from 025-Checking_and_Installing_Dependencies_via_Homebrew.sh rename to 025-Checking_and_Installing_Dependencies_via_Homebrew