rename
This commit is contained in:
7
install-spotify-client.sh
Normal file
7
install-spotify-client.sh
Normal 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
|
||||
Reference in New Issue
Block a user