Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install spotify ubuntu

curl -sS https://download.spotify.com/debian/pubkey.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
Source by www.spotify.com #
 
PREVIOUS NEXT
Tagged: #install #spotify #ubuntu
ADD COMMENT
Topic
Name
8+7 =