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

Version Path
veewee-0.5.0.alpha4 templates/ubuntu-12.10-server-i386-packages/virtualbox.sh
veewee-0.5.0.alpha4 templates/ubuntu-12.10-server-amd64-packages/virtualbox.sh
veewee-0.5.0.alpha4 templates/.ubuntu/virtualbox.sh
veewee-0.5.0.alpha3 templates/.ubuntu/virtualbox.sh
veewee-0.5.0.alpha3 templates/ubuntu-12.10-server-i386-packages/virtualbox.sh
veewee-0.5.0.alpha3 templates/ubuntu-12.10-server-amd64-packages/virtualbox.sh
veewee-0.5.0.alpha2 templates/ubuntu-12.10-server-amd64-packages/virtualbox.sh
veewee-0.5.0.alpha2 templates/ubuntu-12.10-server-i386-packages/virtualbox.sh
veewee-0.5.0.alpha2 templates/.ubuntu/virtualbox.sh
veewee-0.5.0.alpha1 templates/ubuntu-12.10-server-amd64-packages/virtualbox.sh
veewee-0.5.0.alpha1 templates/ubuntu-12.10-server-i386-packages/virtualbox.sh
veewee-0.5.0.alpha1 templates/.ubuntu/virtualbox.sh
veewee-0.4.5.1 templates/.ubuntu/virtualbox.sh
veewee-0.4.5.1 templates/ubuntu-12.10-server-amd64-packages/virtualbox.sh
veewee-0.4.5.1 templates/ubuntu-12.10-server-i386-packages/virtualbox.sh
veewee-0.4.5 templates/ubuntu-12.10-server-amd64-packages/virtualbox.sh
veewee-0.4.5 templates/ubuntu-12.10-server-i386-packages/virtualbox.sh
veewee-0.4.5 templates/.ubuntu/virtualbox.sh
veewee-0.4.5.pre1 templates/.ubuntu/virtualbox.sh
veewee-0.4.5.pre1 templates/ubuntu-12.10-server-i386-packages/virtualbox.sh