Skip to content

Instantly share code, notes, and snippets.

@mojowen
Last active March 28, 2016 16:53
Show Gist options
  • Save mojowen/ac0aa3c5a815d840cbdb to your computer and use it in GitHub Desktop.
Save mojowen/ac0aa3c5a815d840cbdb to your computer and use it in GitHub Desktop.
Remove iTunes and prevent it from reinstalling it
#!/usr/bin/env bash
sudo rm -rf /Applications/iTunes.app
sudo echo "BAD APPLE! NO" > /Applications/iTunes.app
sudo chmod 000 /Applications/iTunes.app
sudo chflags uchg /Applications/iTunes.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment