Skip to content

Commit

Permalink
Fix: sudo xattr -r -c
Browse files Browse the repository at this point in the history
  • Loading branch information
aaurelions authored Dec 5, 2024
1 parent 2700ce9 commit fa9df76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Run the GUI script and follow the interactive interface to uninstall individual
macOS assigns a quarantine attribute to unverified apps, which Gatekeeper checks. You can remove this attribute using the xattr command in the terminal:

```bash
xattr -d com.apple.quarantine ~/Downloads/BrowserAmnesia.app
sudo xattr -r -c ~/Downloads/BrowserAmnesia.app
```

## License
Expand Down

0 comments on commit fa9df76

Please sign in to comment.