blob: ba53d21533a79e16fdc945e289e9f2ffe6294265 [file] [log] [blame]
Filip Pytlouna20f9e22016-02-16 13:07:03 +01001VBOX_VERSION=$(cat /home/vagrant/.vbox_version)
2cd /tmp
3mount -o loop /home/vagrant/VBoxGuestAdditions_$VBOX_VERSION.iso /mnt
4sh /mnt/VBoxLinuxAdditions.run
5umount /mnt
6rm -rf /home/vagrant/VBoxGuestAdditions_*.iso
7