chore(osx): install rosetta

This commit is contained in:
Michele Cereda
2025-04-10 21:28:39 +02:00
parent 59a559a598
commit 6650ba2271

View File

@@ -185,6 +185,11 @@ xattr -c '/path/to/app.app'
# Bypass Gatekeeper for all versions of apps.
xattr -d 'com.apple.quarantine' '/path/to/app.app'
xattr -dr 'com.apple.quarantine' '/path/to/directory'
# Install Rosetta
# Very difficult to remove, once installed
softwareupdate --install-rosetta --agree-to-license
```
## Taking screenshots