Skip to content

Instantly share code, notes, and snippets.

@jetsanix
Created July 26, 2012 00:19
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jetsanix/3179521 to your computer and use it in GitHub Desktop.
Save jetsanix/3179521 to your computer and use it in GitHub Desktop.
Reset the App Store on Os X Mountain Lion
#!/bin/sh
rm ~/Library/Preferences/com.apple.appstore.plist
rm -r ~/Library/Saved\ Application\ State/com.apple.appstore.savedState
rm -r ~/Library/Caches/com.apple.appstore
rm -r /private/var/folders/*/*/*/com.apple.appstore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment