Skip to content

Commit

Permalink
Merge pull request #360 from anakinj/fix-spotify-pubkey
Browse files Browse the repository at this point in the history
Update Spotify GPG public key
  • Loading branch information
dhh authored Jan 7, 2025
2 parents 90e0feb + f63e03c commit c48da26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/desktop/optional/app-spotify.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stream music using https://spotify.com
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
echo "deb [signed-by=/etc/apt/trusted.gpg.d/spotify.gpg] http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
sudo apt update -y
sudo apt install -y spotify-client

0 comments on commit c48da26

Please sign in to comment.