Skip to content

Commit

Permalink
fix: update Debian Spotify repo pub key (spicetify#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
durnezj authored Mar 26, 2023
1 parent 0d7d65d commit 7924898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-usage/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Apps installed from Snap **cannot be modified** so you need to follow these step
2. Install Spotify using `apt`:

```sh
curl -sS https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | sudo apt-key add -
curl -sS https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg | sudo apt-key add -
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
sudo apt-get update && sudo apt-get install spotify-client
```
Expand Down

0 comments on commit 7924898

Please sign in to comment.