Skip to content

Instantly share code, notes, and snippets.

@dxd132630
Last active November 19, 2015 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dxd132630/4cefe1b446f2c32c1bfa to your computer and use it in GitHub Desktop.
Save dxd132630/4cefe1b446f2c32c1bfa to your computer and use it in GitHub Desktop.
Spotify installation on Linux Mint
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
sudo apt-get update
sudo apt-get install spotify-client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment