Closed andrew-pettit closed 1 year ago
Hi @andrew-pettit. I believe there is a typo in the instructions. The $ should come before the ( not after. Can you try the following and let me know if it works?
arch --x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Thanks!
That works! Thank you so much! I greatly appreciate it
Excellent. Thanks for helping to fix the bug.
I have a M1 Mac and when I try to install the intel versions of homebrew I get this issue:
arch --x86_64 /bin/bash -c "($curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
/bin/bash: -fsSL: command not found
I haven't done anything ever to my terminal besides this.
Thank you!