mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
chore(osx): install rosetta
This commit is contained in:
@@ -185,6 +185,11 @@ xattr -c '/path/to/app.app'
|
|||||||
# Bypass Gatekeeper for all versions of apps.
|
# Bypass Gatekeeper for all versions of apps.
|
||||||
xattr -d 'com.apple.quarantine' '/path/to/app.app'
|
xattr -d 'com.apple.quarantine' '/path/to/app.app'
|
||||||
xattr -dr 'com.apple.quarantine' '/path/to/directory'
|
xattr -dr 'com.apple.quarantine' '/path/to/directory'
|
||||||
|
|
||||||
|
|
||||||
|
# Install Rosetta
|
||||||
|
# Very difficult to remove, once installed
|
||||||
|
softwareupdate --install-rosetta --agree-to-license
|
||||||
```
|
```
|
||||||
|
|
||||||
## Taking screenshots
|
## Taking screenshots
|
||||||
|
|||||||
Reference in New Issue
Block a user