Skip to content

Instantly share code, notes, and snippets.

@adriantorrie
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save adriantorrie/14cd9e8b6aeca097ac19 to your computer and use it in GitHub Desktop.

Select an option

Save adriantorrie/14cd9e8b6aeca097ac19 to your computer and use it in GitHub Desktop.
Ubuntu 14.04 - Install dependencies for LightTable -> Leiningen | Java 6/7
java -version
mkdir ~/bin
cd ~/bin
wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
chmod a+x ~/bin/lein
~/bin/lein
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment