jan kaufman | 3ea7ab5 | 2015-04-10 10:58:00 +0200 | [diff] [blame^] | 1 | VBOX_VERSION=$(cat /home/vagrant/.vbox_version) |
2 | cd /tmp | ||||
3 | mount -o loop /home/vagrant/VBoxGuestAdditions_$VBOX_VERSION.iso /mnt | ||||
4 | sh /mnt/VBoxLinuxAdditions.run | ||||
5 | umount /mnt | ||||
6 | rm -rf /home/vagrant/VBoxGuestAdditions_*.iso | ||||
7 |