Last active
February 28, 2018 22:24
-
-
Save jreiher2003/54b103e965a5c591d5c26f69f18ff491 to your computer and use it in GitHub Desktop.
azkaban_setup.sh
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
sudo add-apt-repository ppa:webupd8team/java -y | |
sudo apt-get update | |
sudo apt-get install oracle-java8-set-default | |
sudo apt-get install g++ | |
export JAVA_HOME=/usr/lib/jvm/java-8-oracle >> ~/.bashrc | |
source ~/.bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment