Skip to content

Instantly share code, notes, and snippets.

@snahor
Created January 12, 2016 11:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snahor/fde88d97e856c4fd7f49 to your computer and use it in GitHub Desktop.
Save snahor/fde88d97e856c4fd7f49 to your computer and use it in GitHub Desktop.
# posix
sudo echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" > /etc/apt/sources.list.d/virtualbox.list
# fish
# sudo echo "deb http://download.virtualbox.org/virtualbox/debian (lsb_release -cs) contrib" > /etc/apt/sources.list.d/virtualbox.list
sudo apt-get update
sudo apt-get install virtualbox-5.0 -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment