Skip to content

Instantly share code, notes, and snippets.

@rhoconlinux
Last active October 22, 2015 12:40
Show Gist options
  • Select an option

  • Save rhoconlinux/a7d451ce70b5dd42b887 to your computer and use it in GitHub Desktop.

Select an option

Save rhoconlinux/a7d451ce70b5dd42b887 to your computer and use it in GitHub Desktop.
spotify-repo-install
sudo sh -c 'echo "deb http://repository.spotify.com/ stable non-free" > /etc/apt/sources.list.d/spotify.list' && sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59 && sudo apt-get update && sudo apt-get install spotify-client -y --force-yes ; cd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment