clear

echo "  -----------------------------[ screen $STEP of $STEPS ]----------------------------

  INSTALL JAVA SUPPORT
  --------------------
  By default, DIY does not come with a Java Runtime Environment.
  Would you like to install Java support now? If you choose to do 
  this, the following package will be installed:

      openjdk-8-jre icedtea-8-plugin

  Note: additional packages listed as dependencies will also be installed."

if prompt "  Would you like to install Java?"; then
	sudo apt-get install -y openjdk-8-jre icedtea-8-plugin
fi
