Skip to content

Instantly share code, notes, and snippets.

@t-cyrill
Created April 22, 2013 04:38
Show Gist options
  • Save t-cyrill/5432469 to your computer and use it in GitHub Desktop.
Save t-cyrill/5432469 to your computer and use it in GitHub Desktop.
Virtualbox Install Script for debian squeeze
#!/bin/bash
echo 'deb http://download.virtualbox.org/virtualbox/debian squeeze contrib non-free' >> /etc/apt/sources.list.d/virtualbox.list
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
apt-get update
aptitude install virtualbox-4.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment