Friday, 7 August 2020

Install Spotify di ubuntuDDE

 

 

 

sudo sh -c 'echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list.d/spotify.list'

 

sudo apt install curl
curl -sS https://download.spotify.com/debian/pubkey.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install spotify-client

 

Share:

0 comments:

Post a Comment