Created
October 22, 2015 15:17
-
-
Save kparms/6f2280ed188c4d19018c to your computer and use it in GitHub Desktop.
Install Virtualbox Guest Additions on Crunchbang
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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