Skip to content

Instantly share code, notes, and snippets.

@sshymko
Last active March 26, 2026 14:11
Show Gist options
  • Select an option

  • Save sshymko/e062db78369346917a16ca3da09db74f to your computer and use it in GitHub Desktop.

Select an option

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 update.googleapis.com
EOF
@ways196
Copy link
Copy Markdown

ways196 commented Mar 26, 2026

Omg, thank you.

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