jeffsonstein ("Jeff Sonstein") wrote:
a one-liner to tell if an 'Apple Silicon' machine has Rosetta installed (and thus can run X86 architecture programs):
/usr/bin/pgrep -q oahd && echo Yes || echo No
jeffsonstein ("Jeff Sonstein") wrote:
a one-liner to tell if an 'Apple Silicon' machine has Rosetta installed (and thus can run X86 architecture programs):
/usr/bin/pgrep -q oahd && echo Yes || echo No