Last active
August 29, 2015 14:07
-
-
Save ivan-loh/bd38ae7f2b5c3fa327cd to your computer and use it in GitHub Desktop.
install_java.sh
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
| 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