setup-files/spotify.sh
AKP b7b592ae60
Initial commit
Signed-off-by: AKP <tom@tdpain.net>
2021-05-02 23:41:35 +01:00

8 lines
255 B
Bash
Executable file

#!/bin/bash
# 2021-05-02
curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | apt-key add -
echo "deb http://repository.spotify.com stable non-free" | tee /etc/apt/sources.list.d/spotify.list
apt-get update
apt-get install spotify-client