Last active
January 3, 2025 16:19
-
-
Save sshymko/e062db78369346917a16ca3da09db74f to your computer and use it in GitHub Desktop.
Google Chrome auto-update block for Mac OS
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
#!/bin/sh | |
sudo tee -a /etc/hosts << EOF | |
# Block Google Chrome auto-update | |
0.0.0.0 update.googleapis.com | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update: as of Jan 2025, Chrome downloads the updates form https://update.googleapis.com/service/update2 instead of https://tools.google.com/service/update2