Skip to content

Instantly share code, notes, and snippets.

@sfrechette
Created March 3, 2015 17:22
Show Gist options
  • Save sfrechette/87b015b6a5cb90fc0e7e to your computer and use it in GitHub Desktop.
Save sfrechette/87b015b6a5cb90fc0e7e to your computer and use it in GitHub Desktop.
For installing Microsoft Office for Mac updates - Kill SyncServices
while true; do kill $(ps -ef | grep -i SyncServices | grep -v grep | awk '{print $2} '); done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment