Last active
August 29, 2015 14:08
-
-
Save adriantorrie/14cd9e8b6aeca097ac19 to your computer and use it in GitHub Desktop.
Ubuntu 14.04 - Install dependencies for LightTable -> Leiningen | Java 6/7
This file contains hidden or 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
| 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