Created
December 31, 2013 16:20
-
-
Save objarni/8199065 to your computer and use it in GitHub Desktop.
A bash script to install spotify on ubuntu based linux.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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