Skip to content

Instantly share code, notes, and snippets.

@spotlesscoder
Forked from kparms/gist.sh
Created June 2, 2024 20:51
Show Gist options
  • Save spotlesscoder/93612043ebf3868dcbacc2b2c86859bf to your computer and use it in GitHub Desktop.
Save spotlesscoder/93612043ebf3868dcbacc2b2c86859bf 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