Created
July 7, 2018 15:20
-
-
Save larrybahr/43a9d55f6e1c32932438c1a9d73a45c6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
sudo apt install linux-headers-$(uname -r) build-essential dkms gcc make perl | |
sudo reboot | |
// Insert Guest Additions CD BEFORE running next command | |
sudo mkdir -p /media/cdrom | |
sudo mount /dev/cdrom /media/cdrom | |
sudo /media/cdrom/VBoxLinuxAdditions.run | |
sudo reboot | |
sudo adduser $(whoami) vboxsf | |
sudo usermod --append --groups vboxsf $(whoami) | |
sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment