We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting this error trying to install Puro on a fresh Mac M1 Pro.
Command:
curl -o- https://puro.dev/install.sh | PURO_VERSION="1.4.6" bash
Error:
bash: line 69: /Users/user/.puro/bin/puro.new: Bad CPU type in executable
The text was updated successfully, but these errors were encountered:
Does it work after installing Rosetta? softwareupdate --install-rosetta
softwareupdate --install-rosetta
The install script is supposed to automatically detect that, I wonder if a recent MacOS update broke it.
Sorry, something went wrong.
One more thing, what does uname -m output?
uname -m
Yeah, I saw the script and figured out that it was failing because of no rosetta. I installed it manually and it worked.
No branches or pull requests
Getting this error trying to install Puro on a fresh Mac M1 Pro.
Command:
Error:
The text was updated successfully, but these errors were encountered: