Skip to content

Instantly share code, notes, and snippets.

@HoughIO
Created February 29, 2016 19:55
Show Gist options
  • Save HoughIO/fcc25328339ed882b3b5 to your computer and use it in GitHub Desktop.
Save HoughIO/fcc25328339ed882b3b5 to your computer and use it in GitHub Desktop.
echo "Installing JDK8"
apt-get -y -q update
apt-get -y -q upgrade
apt-get -y -q install software-properties-common htop
add-apt-repository ppa:webupd8team/java
apt-get -y -q update
echo "Fucking linux."
echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections
apt-get -y -q install oracle-java8-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment