Skip to content

Instantly share code, notes, and snippets.

@emil10001
Created April 15, 2013 05:49
Show Gist options
  • Save emil10001/5385958 to your computer and use it in GitHub Desktop.
Save emil10001/5385958 to your computer and use it in GitHub Desktop.
Installing oracle java on Ubuntu
#!/bin/sh
# http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment