Skip to content

Commit

Permalink
Make non-interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
rbamos committed Jul 12, 2024
1 parent 69ce50e commit 383dfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if ! which brew > /dev/null ; then
sudo chown -R "$(whoami):$group" "/home/$(whoami)"
fi

/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)"

# If using an M1 machine, load shell environment to run brew commands
if [[ "$kernel_name" == "Darwin" ]] && [[ $(uname -m) == 'arm64' ]]; then
Expand Down

0 comments on commit 383dfa4

Please sign in to comment.