Skip to content

Instantly share code, notes, and snippets.

@ivan-loh
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save ivan-loh/bd38ae7f2b5c3fa327cd to your computer and use it in GitHub Desktop.

Select an option

Save ivan-loh/bd38ae7f2b5c3fa327cd to your computer and use it in GitHub Desktop.
install_java.sh
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections
sudo apt-get install oracle-java8-installer
sudo apt-get install git maven htop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment