Created
April 2, 2014 17:30
-
-
Save icecreammatt/9938928 to your computer and use it in GitHub Desktop.
Install's Java 7 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
echo debconf shared/accepted-oracle-license-v1-1 select true | sudo debconf-set-selections | |
apt-get update | |
apt-get install -y software-properties-common python-software-properties | |
add-apt-repository ppa:webupd8team/java | |
apt-get update | |
apt-get install -y oracle-java7-installer curl | |
apt-get upgrade -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment