This commit is contained in:
2023-01-29 12:18:33 +01:00
parent 0772f61375
commit a51ac0497e

View File

@@ -0,0 +1,7 @@
#!/bin/bash
curl -sS https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
sleep 1
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
sleep 1
sudo apt update && sudo apt install spotify-client