From aa24cf117e426bd3bf2fb27fd13fb916ea4797b8 Mon Sep 17 00:00:00 2001 From: Marius Albrecht <64852250+MariusAlbrecht@users.noreply.github.com> Date: Fri, 3 Jan 2025 13:16:59 +0100 Subject: [PATCH] Update installation.md Spotify debian repo gpg key seems to have changed. See https://www.spotify.com/us/download/linux/ --- docs/advanced-usage/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-usage/installation.md b/docs/advanced-usage/installation.md index dfd49d7..bba453e 100644 --- a/docs/advanced-usage/installation.md +++ b/docs/advanced-usage/installation.md @@ -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_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 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 ```