Skip to content

Instantly share code, notes, and snippets.

@toonetown
Last active April 16, 2020 16:27
Show Gist options
  • Save toonetown/f3f0dbec3f00500e22afa82b74ba6dac to your computer and use it in GitHub Desktop.
Save toonetown/f3f0dbec3f00500e22afa82b74ba6dac to your computer and use it in GitHub Desktop.
Nukes the Google Software Update so that you can just use homebrew instead
#!/bin/bash
defaults write com.google.Keystone.Agent checkInterval 0
mkdir -p ~/Library/Google
rm -rf ~/Library/Google/GoogleSoftwareUpdate
sudo touch ~/Library/Google/GoogleSoftwareUpdate
sudo chown root:wheel ~/Library/Google/GoogleSoftwareUpdate
sudo chmod go-w ~/Library/Google/GoogleSoftwareUpdate
@toonetown
Copy link
Author

To activate, run

bash <(curl -sSL https://gist.githubusercontent.com/toonetown/f3f0dbec3f00500e22afa82b74ba6dac/raw)

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