Created
January 4, 2014 19:42
-
-
Save objarni/8259730 to your computer and use it in GitHub Desktop.
Setup my own comfy' Lubuntu development environment.
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-get update | |
sudo apt-get upgrade -y | |
sudo apt-get install adobe-flashplugin | |
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 -y --force-yes | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment