Skip to content

Instantly share code, notes, and snippets.

@objarni
Created January 4, 2014 19:42
Show Gist options
  • Save objarni/8259730 to your computer and use it in GitHub Desktop.
Save objarni/8259730 to your computer and use it in GitHub Desktop.
Setup my own comfy' Lubuntu development environment.
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