Last active
December 22, 2016 16:35
-
-
Save andrew-qa/6dc41172c8ca91879020f6ebd1182593 to your computer and use it in GitHub Desktop.
Disable Chrome autoupdates
This file contains 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
#!/bin/bash | |
echo "saucelabs.prerun.SUCCESS:+1|g" | nc -w 1 -u qa-graphite.dev.hq.datarobot.com 8125 | |
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