Skip to content

Instantly share code, notes, and snippets.

@objarni
Created December 31, 2013 16:20
Show Gist options
  • Save objarni/8199065 to your computer and use it in GitHub Desktop.
Save objarni/8199065 to your computer and use it in GitHub Desktop.
A bash script to install spotify on ubuntu based linux.
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E9CFF4E
sudo sh -c 'echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list'
sudo apt-get update && sudo apt-get install spotify-client-qt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment