Skip to content

Instantly share code, notes, and snippets.

@SRJ9
Created June 25, 2017 09:08
Show Gist options
  • Save SRJ9/284af12b2683b19be200c8bff8698f95 to your computer and use it in GitHub Desktop.
Save SRJ9/284af12b2683b19be200c8bff8698f95 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "deb http://download.virtualbox.org/virtualbox/debian stretch contrib" | sudo tee /etc/apt/sources.list.d/virtualbox-stretch.list
wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install virtualbox-5.1
sudo apt-get install dkms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment