Skip to content

Instantly share code, notes, and snippets.

@mefarazath
Created February 22, 2018 09:37
Show Gist options
  • Save mefarazath/d6967d8b9612ca4a05800e48e242aaee to your computer and use it in GitHub Desktop.
Save mefarazath/d6967d8b9612ca4a05800e48e242aaee to your computer and use it in GitHub Desktop.
#Install Java8
sudo apt-get install -y python-software-properties debconf-utils
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get update
echo "oracle-java8-installer shared/accepted-oracle-license-v1-1 select true" | sudo debconf-set-selections
sudo apt-get install -y oracle-java8-installer
#Install Maven
sudo apt-get install -y maven
#Install git
sudo apt-get install -y git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment