Skip to content

Instantly share code, notes, and snippets.

@etenzy
Created June 10, 2025 10:27
Show Gist options
  • Save etenzy/0245db5523434f7df780642959b69352 to your computer and use it in GitHub Desktop.
Save etenzy/0245db5523434f7df780642959b69352 to your computer and use it in GitHub Desktop.
google chrome: disable autoupdate on mac
defaults write com.google.Keystone "{ updatePolicies = { global = { UpdateDefault = 3; }; }; }"
@etenzy
Copy link
Author

etenzy commented Jun 10, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment