This file contains 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
#This is going to be our sdk installation directory | |
cd /home | |
#Install JDK first | |
sudo apt install openjdk-8-jdk | |
#Some utilities | |
sudo apt-get install unzip | |
sudo apt-get install git |