Skip to content

Instantly share code, notes, and snippets.

@kparms
Created October 22, 2015 15:17
Show Gist options
  • Save kparms/6f2280ed188c4d19018c to your computer and use it in GitHub Desktop.
Save kparms/6f2280ed188c4d19018c to your computer and use it in GitHub Desktop.
Install Virtualbox Guest Additions on Crunchbang
#Get the repo up to date
sudo apt-get update
sudo apt-get upgrade
#Mount the disk in Virtual Box
#Right click on the drive and click, "Open with Root Terminal"
#Install Prereqs
apt-get install build-essential module-assistant
#Then
m-a prepare
#Then
sh ./VirutalBoxAdditions.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment