Ubuntu Pastebin

Paste from Naive_Pixie at Sun, 8 Jan 2017 14:26:10 +0000

Download as text
1
2
3
4
5
6
cat /etc/apt/sources.list.d/spotify.list
sudo apt-get update
sudo apt-get install spotify-client
echo deb http://repository.spotify.com stable non-free
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
sudo apt-get update
Download as text