File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ brew: xcode ## install homebrew
7070ifeq ($(UNAME ) , Darwin)
7171 @if ! command -v brew >/dev/null 2>&1; then \
7272 echo "Installing Homebrew..."; \
73- /bin/bash -c "$$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"; \
73+ NONINTERACTIVE=1 /bin/bash -c "$$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"; \
7474 else \
7575 echo "brew already installed."; \
7676 fi
7777else ifeq ($(UNAME), Linux)
7878 @if [ "${ID_LIKE}" = "debian" ]; then \
7979 if ! command -v brew >/dev/null 2>&1; then \
8080 echo "Installing Homebrew..."; \
81- /bin/bash -c "$$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"; \
81+ NONINTERACTIVE=1 /bin/bash -c "$$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"; \
8282 echo ""; \
8383 echo "To add Homebrew to your PATH, run these commands:"; \
8484 echo 'eval "$$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"'; \
You can’t perform that action at this time.
0 commit comments