Created
August 12, 2015 21:50
-
-
Save luisinder/27f42831b6676946ae9a to your computer and use it in GitHub Desktop.
Pasos para instalar las Guest Additions en Ubuntu
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
# su (pwd) | |
# apt-get update | |
# apt-get upgrade | |
# apt-get install build-essential | |
# apt-get install linux-headers-$(uname -r) | |
# apt-get install module-assistant | |
# module-assistant prepare | |
# sh VBoxLinuxAdditions.run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment