Skip to content

Instantly share code, notes, and snippets.

@esteigler
Last active January 27, 2016 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esteigler/feef5ae899ee74e851d7 to your computer and use it in GitHub Desktop.
Save esteigler/feef5ae899ee74e851d7 to your computer and use it in GitHub Desktop.
How to make Amazon Music work on OS X Yosemite

How to make Amazon Music work on OS X Yosemite (10.10)

The Amazon Music installer improperly sets the permissions for it's data directory on install.

The fix is simple, just change the ownership to the current user.

Steps:

  1. Install Amazon Music
  2. Open terminal (cmd-space, type in terminal)
  3. Copy and paste this command: sudo chown -R $USER "~/Library/Application Support/Amazon Music" It will prompt for your password and change the permissions on the Amazon Music data directory to be correct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment