Created
April 13, 2017 04:37
-
-
Save firstval/9b14054ed9436389ac2d7ec8aa1bac41 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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