Created
December 11, 2017 21:21
-
-
Save liuxd/da7ecf84a4934a31b9c669b27304a69c to your computer and use it in GitHub Desktop.
[Mac Command] #Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # check the interval of chrome updating checking. Unit is: second. | |
| defaults read com.google.Keystone.Agent checkInterval | |
| # stop automatic updating of chrome. | |
| defaults write com.google.Keystone.Agent checkInterval 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment