Sha256: d26b4a381dcdd2d6869a9e2235c6e3718a2227f3b5781fcc1afccb99bfb837f7
Contents?: true
Size: 318 Bytes
Versions: 12
Compression:
Stored size: 318 Bytes
Contents
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
12 entries across 4 versions & 1 rubygems