Created
February 22, 2018 09:37
-
-
Save mefarazath/d6967d8b9612ca4a05800e48e242aaee to your computer and use it in GitHub Desktop.
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
#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