From c9ee90f889de86fb4685a286a930505d9822b6b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 2 May 2022 20:42:15 +0200 Subject: [PATCH] Update spotify apt key --- playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook.yml b/playbook.yml index 1148c9a..ff75e56 100644 --- a/playbook.yml +++ b/playbook.yml @@ -697,7 +697,7 @@ - block: - name: install spotify from AUR via paru shell: | - curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | gpg --import + curl -sS https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | gpg --import yes 1 | paru --skipreview --aur --batchinstall --noconfirm -S spotify become: true become_user: paru