cd
echo "deb http://download.virtualbox.org/virtualbox/debian stretch contrib" > /etc/apt/sources.list.d/virtualbox.list
wget https://www.virtualbox.org/download/oracle_vbox_2016.asc
sudo apt-key add oracle_vbox_2016.asc
sudo apt-get update
sudo apt-get install virtualbox-5.1
# download VM VirtualBox Extension Pack and mount in guest system
# in guest system
apt-get install build-essential
apt-get install linux-headers-$(uname -r);
sh /media/cdrom0/VBoxLinuxAdditions.run
Created
May 19, 2017 13:23
-
-
Save hansnase/4189d4334ed6ca2b3313c0d20b7717f0 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment