Skip to content

Instantly share code, notes, and snippets.

@loranbriggs
Created March 3, 2014 03:14
Show Gist options
  • Save loranbriggs/9317836 to your computer and use it in GitHub Desktop.
Save loranbriggs/9317836 to your computer and use it in GitHub Desktop.
Install spotify on Linux **Requires Sudo** (Debian, Ubuntu, Linux Mint) Tested on Linux Mint. To run: `sudo bash install-spotify.bash`
sudo echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59
sudo apt-get update
sudo apt-get install spotify-client
@loranbriggs
Copy link
Author

Install the Spotify Client

Requires Sudo
To run

sudo bash install-spotify.bash

Taken and condensed from https://www.spotify.com/us/download/previews/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment