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
❯ installer -pkg /tmp/rig/arm64-R-4.2.0-arm64.pkg -target / installer: Error - R 4.2.0 for macOS (ARM64) can’t be installed on this computer.
We need to call an arm64 installer using arch -arm64:
installer
arch -arm64
arch -arm64 installer -pkg /tmp/rig/arm64-R-4.2.0-arm64.pkg -target /
The text was updated successfully, but these errors were encountered:
6a29770
No branches or pull requests
We need to call an arm64
installer
usingarch -arm64
:The text was updated successfully, but these errors were encountered: