Created
July 31, 2014 19:35
-
-
Save parshap/095b8d46503b852f4e0a to your computer and use it in GitHub Desktop.
Revisions
-
parshap created this gist
Jul 31, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ wget http://download.virtualbox.org/virtualbox/4.3.12/VBoxGuestAdditions_4.3.12.iso sudo mkdir /media/iso sudo mount -o loop ./VBoxGuestAdditions_4.3.12.iso /media/iso sudo bash /media/iso/VBoxLinuxAdditions.run --nox11 sudo umount /media/iso