Created
March 19, 2015 17:50
-
-
Save kuboosoft/be69fed36a3836e0d8fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment