-
-
Save zokeber/8312885 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
| # On Vagrant Box | |
| wget -c \ | |
| http://download.virtualbox.org/virtualbox/4.1.4/VBoxGuestAdditions_4.1.4.iso \ | |
| -O VBoxGuestAdditions_4.1.4.iso | |
| sudo mount VBoxGuestAdditions_4.1.4.iso -o loop /mnt | |
| sudo sh /mnt/VBoxLinuxAdditions.run --nox11 | |
| rm *.iso | |
| # After Update on host | |
| vagrant halt | |
| vagrant package |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment