Skip to content

Instantly share code, notes, and snippets.

@sshymko
Last active October 27, 2020 13:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sshymko/e062db78369346917a16ca3da09db74f to your computer and use it in GitHub Desktop.
Save sshymko/e062db78369346917a16ca3da09db74f to your computer and use it in GitHub Desktop.
Google Chrome auto-update block for Mac OS
#!/bin/sh
sudo tee -a /etc/hosts << EOF
# Block Google Chrome auto-update
0.0.0.0 tools.google.com
EOF
@wimpykid719
Copy link

Yes I did reboot.
Thank you I try to monitor network.

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