Open LiamKarlMitchell opened 1 year ago
If I comment out the check it works. Should the || be an &&?
That's interesting! @LiamKarlMitchell can you please run this command on your Mac and share the output:
sysctl -n machdep.cpu && uname -m
Hi @mayankchhabra
It does say Darwin and arm64 with the other commands just the logic was wrong?
sysctl -n machdep.cpu && uname -m
8
8
8
8
Apple M1
arm64
Chip: Apple M1 macOS Ventura 13.0.1
It says
This script is intended to be run on MacOS with M1/M2 chips. Exiting...
But it is a Apple M1 chip.