Skip to content

Instantly share code, notes, and snippets.

@jreiher2003
Last active February 28, 2018 22:24
Show Gist options
  • Save jreiher2003/54b103e965a5c591d5c26f69f18ff491 to your computer and use it in GitHub Desktop.
Save jreiher2003/54b103e965a5c591d5c26f69f18ff491 to your computer and use it in GitHub Desktop.
azkaban_setup.sh
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