Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 265 Bytes

spotify.md

File metadata and controls

8 lines (6 loc) · 265 Bytes
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 update

sudo apt install spotify-client -y