Last active
January 1, 2016 04:49
-
-
Save hfeeki/8094608 to your computer and use it in GitHub Desktop.
Install oracle jdk6/7
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
#!/bin/bash | |
# installing oracle jdk6/7 on ubuntu's | |
sudo apt-get install -y python-software-properties | |
sudo add-apt-repository ppa:webupd8team/java | |
sudo apt-get update | |
sudo apt-get install -y oracle-java6-installer | |
sudo apt-get install -y oracle-java7-installer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment