From ea091023304f4289e3ab5ecf9ff627cc073abc47 Mon Sep 17 00:00:00 2001 From: ITmail-dk Date: Sun, 29 Jan 2023 12:19:07 +0100 Subject: [PATCH] edit --- install-spotify-client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-spotify-client.sh b/install-spotify-client.sh index d442de7..f3b2c62 100644 --- a/install-spotify-client.sh +++ b/install-spotify-client.sh @@ -4,4 +4,4 @@ curl -sS https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg | sudo sleep 1 echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list sleep 1 -sudo apt update && sudo apt install spotify-client +sudo apt update && sudo apt install spotify-client \ No newline at end of file