Check for rosetta 2 support before installing

This commit is contained in:
Matthew Bauer 2020-12-02 17:16:50 -06:00
parent 6ed09cb8c2
commit b0de7b2016
1 changed files with 5 additions and 0 deletions

5
scripts/install.in Normal file → Executable file
View File

@ -46,6 +46,11 @@ case "$(uname -s).$(uname -m)" in
system=x86_64-darwin
;;
Darwin.arm64)
# check for Rosetta 2 support
if ! [ -d /Library/Apple/usr/libexec/oah ]; then
oops "Rosetta 2 is not installed on this ARM64 macOS machine. Run softwareupdate --install-rosetta then restart installation"
fi
hash=@binaryTarball_x86_64-darwin@
path=@tarballPath_x86_64-darwin@
# eventually maybe: arm64-darwin