Newbie Questions About The Homebrew Installation Script, Related To M1 Macs #411
Unanswered
rdfuhr
asked this question in
Getting started
Replies: 1 comment
-
You'll want to read
No. The script will tell you everything you need to do when you run it. It also tells you everything it does as it runs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an M1 MacBook Pro, and I took a look at the current version (as of December 31, 2020) of the Homebrew installation script, which is located at https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh
I have not run this script, and have the following questions. Bear with me, since I am not fluent in this scripting language.
if [[ -z "${HOMEBREW_ON_LINUX-}" ]]; then
if [[ "$UNAME_MACHINE" == "arm64" ]]; then
# On ARM macOS, this script installs to /opt/homebrew only
HOMEBREW_PREFIX="/opt/homebrew"
Beta Was this translation helpful? Give feedback.
All reactions