Skip to content

Instantly share code, notes, and snippets.

@andrew-qa
Last active December 22, 2016 16:35
Show Gist options
  • Save andrew-qa/6dc41172c8ca91879020f6ebd1182593 to your computer and use it in GitHub Desktop.
Save andrew-qa/6dc41172c8ca91879020f6ebd1182593 to your computer and use it in GitHub Desktop.
Disable Chrome autoupdates
#!/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