Files
scripts/install-spotify-client.sh
2023-01-29 12:19:07 +01:00

7 lines
322 B
Bash

#!/bin/bash
curl -sS https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
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