Created
November 18, 2013 13:24
-
-
Save dvl/7527637 to your computer and use it in GitHub Desktop.
Every time when I need Java I never remember how install it without pain.
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
add-apt-repository ppa:webupd8team/java | |
apt-get update | |
apt-get install oracle-jdk7-installer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment