Skip to content

Commit

Permalink
doc: Updated apt installation with gpg (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
tribeiros authored Mar 18, 2024
1 parent 6aa0fd1 commit fe966fc
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 @@ -91,7 +91,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_7A3A762FAFD4A51F.gpg | sudo apt-key add -
curl -sS https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
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 fe966fc

Please sign in to comment.