Created
April 10, 2012 09:06
-
-
Save Tab3r/2349579 to your computer and use it in GitHub Desktop.
Install Oracle Java 1.6 in Ubuntu 11.10 Server
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 | |
# | |
# Install Oracle Java 1.6 in Ubuntu 11.10 Server | |
sudo apt-get -y install python-software-properties | |
sudo apt-add-repository -y ppa:ferramroberto/java | |
sudo apt-get update | |
sudo apt-get -y install sun-java6-jdk sun-java6-plugin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment