Sha256: fcbc7ed9189c1b5b854469c161bbe83de6338eaee3dabc68ca6c3f37063d3899
Contents?: true
Size: 331 Bytes
Versions: 36
Compression:
Stored size: 331 Bytes
Contents
#!/bin/bash if [ -f .veewee_params ] then . .veewee_params fi # Installing the virtualbox guest additions apt-get -y install dkms VBOX_VERSION=$(cat /home/vagrant/.vbox_version) mount -o loop VBoxGuestAdditions_$VBOX_VERSION.iso /mnt sh /mnt/VBoxLinuxAdditions.run umount /mnt rm VBoxGuestAdditions_$VBOX_VERSION.iso cd /tmp
Version data entries
36 entries across 12 versions & 1 rubygems