We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a2fa8 commit 977aa7cCopy full SHA for 977aa7c
docs/advanced-usage/installation.md
@@ -91,7 +91,7 @@ Apps installed from Snap **cannot be modified** so you need to follow these step
91
2. Install Spotify using `apt`:
92
93
```sh
94
-curl -sS https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
+curl -sS https://download.spotify.com/debian/pubkey_C85668DF69375001.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
95
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
96
sudo apt-get update && sudo apt-get install spotify-client
97
```
0 commit comments