rjurney / Agile_Data_Code_2

Code for Agile Data Science 2.0, O'Reilly 2017, Second Edition
http://bit.ly/agile_data_science
MIT License
456 stars 306 forks source link

Update bootstrap.sh to install openjdk8 #106

Closed thomashillenbrand closed 5 years ago

thomashillenbrand commented 5 years ago

Updated the bootstrap.sh script to install the openjdk8 version of java and export the JAVA_HOME variable accordingly . Oracle Java8 is no longer available from the webupd8team ppa.

I've only used this with Vagrant, but I would assume the ec2_bootstrap.sh could be modified similarly.