Created
September 16, 2015 22:02
-
-
Save ansrivas/b2ab6fc9220aed5fa730 to your computer and use it in GitHub Desktop.
run these so as to mount virtualbox-guestaddition.iso
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
| apt-get update | |
| apt-get install dkms build-essential linux-headers-$(uname -r) | |
| mount /dev/cdrom /mnt | |
| cd /mnt | |
| ./VBoxLinuxAdditions.run --nox11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment