Skip to content

Latest commit

 

History

History
executable file
·
5 lines (4 loc) · 397 Bytes

spotify.md

File metadata and controls

executable file
·
5 lines (4 loc) · 397 Bytes

Spotify

curl -fsSL https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | sudo gpg --dearmor -o /usr/share/keyrings/spotify.gpg && echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/spotify.gpg] 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