-
-
Save peterkuterna/77733b3b4a45d00fabba to your computer and use it in GitHub Desktop.
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
# add the webupd8team java PPA | |
sudo apt-get install software-properties-common python-software-properties | |
sudo add-apt-repository ppa:webupd8team/java | |
sudo apt-get update | |
# install oracle java 6 | |
sudo apt-get install oracle-java6-installer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment