Skip to content

Commit 977aa7c

Browse files
fix(installation): update spotify apt pubkey (#161)
1 parent d2a2fa8 commit 977aa7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-usage/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Apps installed from Snap **cannot be modified** so you need to follow these step
9191
2. Install Spotify using `apt`:
9292

9393
```sh
94-
curl -sS https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
94+
curl -sS https://download.spotify.com/debian/pubkey_C85668DF69375001.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
9595
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
9696
sudo apt-get update && sudo apt-get install spotify-client
9797
```

0 commit comments

Comments
 (0)