From d4d04837d2c1e64f74624eff4c58bcf56edf264f Mon Sep 17 00:00:00 2001 From: Ryan Bakkes Date: Sun, 4 Sep 2022 21:49:03 +0200 Subject: [PATCH] fixed gpg key --- src/applications/spotify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/spotify.sh b/src/applications/spotify.sh index f8b8dfd..ae66737 100644 --- a/src/applications/spotify.sh +++ b/src/applications/spotify.sh @@ -1,3 +1,3 @@ -curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | sudo apt-key add - +curl -sS https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.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 -y \ No newline at end of file