Unattend (scripted) Installation of Homebrew #5463
Unanswered
mengelsen
asked this question in
Getting started
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
zsh: command not found: brew
Output of
brew doctor
zsh: command not found: brew
Description of issue
According to the installation documentation, I should be able to use the following command to perform a scripted install of Homebrew (on macOS):
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
However, when I run this command, I get the following output:
When I run the command as
sudo
, I get a different error:How should I proceed with the unattend install of homebrew?
Beta Was this translation helpful? Give feedback.
All reactions