Last active
          April 16, 2020 16:27 
        
      - 
      
 - 
        
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
  
        
  
    
      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/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 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
To activate, run