templates/CentOS-5.9-i386/virtualbox.sh in veewee-0.3.12 vs templates/CentOS-5.9-i386/virtualbox.sh in veewee-0.4.0

- old
+ new

@@ -1,8 +1,9 @@ -# Installing the virtualbox guest additions -VBOX_VERSION=$(cat /home/veewee/.vbox_version) +# Installing VirtualBox Guest Additions + +VBOX_VERSION=$(cat /home/vagrant/.vbox_version) cd /tmp -mount -o loop /home/veewee/VBoxGuestAdditions_$VBOX_VERSION.iso /mnt +mount -o loop /home/vagrant/VBoxGuestAdditions_$VBOX_VERSION.iso /mnt sh /mnt/VBoxLinuxAdditions.run umount /mnt -rm -rf /home/veewee/VBoxGuestAdditions_*.iso +rm -rf /home/vagrant/VBoxGuestAdditions_*.iso