Skip to content

Instantly share code, notes, and snippets.

@hlorand
Created May 25, 2022 11:14
Show Gist options
  • Select an option

  • Save hlorand/d6c448ef32f2c4876bc6bc2b7b6ffa42 to your computer and use it in GitHub Desktop.

Select an option

Save hlorand/d6c448ef32f2c4876bc6bc2b7b6ffa42 to your computer and use it in GitHub Desktop.
Fix: Chrome not starting or crashing on patched MacOS Catalina
#!/bin/sh
sudo xattr -lr /Applications/Google\ Chrome.app
sudo xattr -cr /Applications/Google\ Chrome.app
sudo codesign -f -s - /Applications/Google\ Chrome.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment