Skip to content

Commit

Permalink
Use NONINTERACTIVE
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0x committed Sep 27, 2023
1 parent 047a8ec commit 96bd3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ install_unix() {
if ! (command -v "$prefix/bin/brew" > /dev/null 2>&1)
then
echo "Installing Homebrew..." >&2
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
else
echo "Homebrew is already installed." >&2
fi
Expand Down

0 comments on commit 96bd3cc

Please sign in to comment.