summaryrefslogtreecommitdiff
path: root/wheezy/virtualbox.sh
diff options
context:
space:
mode:
Diffstat (limited to 'wheezy/virtualbox.sh')
-rw-r--r--wheezy/virtualbox.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/wheezy/virtualbox.sh b/wheezy/virtualbox.sh
index e4afe25..5a91aa6 100644
--- a/wheezy/virtualbox.sh
+++ b/wheezy/virtualbox.sh
@@ -6,6 +6,8 @@ if test -f .vbox_version ; then
# Install the VirtualBox guest additions
VBOX_VERSION=$(cat /home/vagrant/.vbox_version)
+ cd /tmp
+ wget http://download.virtualbox.org/virtualbox/$VBOX_VERSION/VBoxGuestAdditions_$VBOX_VERSION.iso
VBOX_ISO=VBoxGuestAdditions_$VBOX_VERSION.iso
mount -o loop $VBOX_ISO /mnt
yes|sh /mnt/VBoxLinuxAdditions.run