Created
February 10, 2014 14:30
-
-
Save pwistrand/8916883 to your computer and use it in GitHub Desktop.
Install Oracle java 7 debian
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
su - | |
echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee -a /etc/apt/sources.list.d/webupd8team-java-wheezy.list | |
echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee -a /etc/apt/sources.list.d/webupd8team-java-wheezy.list | |
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886 | |
apt-get update | |
apt-get install oracle-java7-installer | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment