Skip to content

Instantly share code, notes, and snippets.

@stanwu
Created January 23, 2016 14:16
Show Gist options
  • Select an option

  • Save stanwu/744bf5518f777da60488 to your computer and use it in GitHub Desktop.

Select an option

Save stanwu/744bf5518f777da60488 to your computer and use it in GitHub Desktop.
test ubuntu 14.04 x64 OK
#!/bin/bash
# 1. Add the Spotify repository signing key to be able to verify downloaded packages
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
# 2. Add the Spotify repository
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
# 3. Update list of available packages
sudo apt-get update
# 4. Install Spotify
sudo apt-get install spotify-client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment