Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /////////////////////////////////////////
- HOW TO INSTALL SPOTIFY ON UBUNTU AND DEBIAN
- /////////////////////////////////////
- sudo apt install curl
- curl -sS https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | sudo apt-key add -
- echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
- sudo apt-get update
- sudo apt-get install spotify-client
- ////////////////////////////////////
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement