Created
January 25, 2014 11:36
-
-
Save wfaler/8615079 to your computer and use it in GitHub Desktop.
Java box on Ubuntu 12.04
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
apt-get update | |
apt-get upgrade | |
apt-get install python-software-properties | |
add-apt-repository ppa:cassou/emacs | |
add-apt-repository ppa:webupd8team/java | |
apt-get update | |
apt-get install emacs24 | |
apt-get install oracle-java7-installer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment