spotify-client install

This commit is contained in:
2023-01-29 12:17:44 +01:00
parent f442458ef9
commit 0772f61375

7
install-spotify-apt.sh Normal file
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