Skip to content

Instantly share code, notes, and snippets.

@hamnis
Last active December 17, 2015 14:48
Show Gist options
  • Save hamnis/5626687 to your computer and use it in GitHub Desktop.
Save hamnis/5626687 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo sh -c 'echo "deb http://repository.spotify.com stable non-free" > /etc/apt/sources.list.d/spotify.list'
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 94558F59
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