Skip to content

Instantly share code, notes, and snippets.

@foxutech
Created July 17, 2018 19:58
Show Gist options
  • Save foxutech/c5f317c78786b57aabbe2f2af3223a95 to your computer and use it in GitHub Desktop.
Save foxutech/c5f317c78786b57aabbe2f2af3223a95 to your computer and use it in GitHub Desktop.
#/bin/bash
sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get autoremove
sudo apt-get -y install gcc make linux-headers-$(uname -r) dkms
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 sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib" >> /etc/apt/sources.list'
sudo apt-get update
sudo apt-get install virtualbox-5.2
VBoxManage -v
curl -O http://download.virtualbox.org/virtualbox/5.2.4/Oracle_VM_VirtualBox_Extension_Pack-5.2.4-119785.vbox-extpack
sudo VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-5.2.4-119785.vbox-extpack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment