Skip to content

Instantly share code, notes, and snippets.

@firstval
Created April 13, 2017 04:37
Show Gist options
  • Select an option

  • Save firstval/9b14054ed9436389ac2d7ec8aa1bac41 to your computer and use it in GitHub Desktop.

Select an option

Save firstval/9b14054ed9436389ac2d7ec8aa1bac41 to your computer and use it in GitHub Desktop.
echo "deb http://httpredir.debian.org/debian/ jessie main contrib" > /etc/apt/vbox-sources.list
apt-get update
apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') virtualbox -y
wget http://download.oracle.com/otn-pub/java/jdk-nb/8u121-8.2/jdk-8u121-nb-8_2-linux-x64.sh?AuthParam=1492057991_7077fe77f63893c7c96f2a8e3ec27d99
mv jdk-8u121-nb-8_2-linux-x64.sh?AuthParam=1492057991_7077fe77f63893c7c96f2a8e3ec27d99 jdk-8u121-nb-8_2-linux-x64.sh
chmod +x jdk-8u121-nb-8_2-linux-x64.sh
./jdk-8u121-nb-8_2-linux-x64.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment