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

Version Path
veewee-0.3.12 templates/.ubuntu/virtualbox.sh
veewee-0.3.12 templates/ubuntu-12.10-server-amd64-packages/virtualbox.sh
veewee-0.3.12 templates/ubuntu-12.10-server-i386-packages/virtualbox.sh
veewee-0.3.11 templates/.ubuntu/virtualbox.sh
veewee-0.3.11 templates/ubuntu-12.10-server-amd64-packages/virtualbox.sh
veewee-0.3.11 templates/ubuntu-12.10-server-i386-packages/virtualbox.sh
veewee-0.3.10 templates/.ubuntu/virtualbox.sh
veewee-0.3.10 templates/ubuntu-12.10-server-amd64-packages/virtualbox.sh
veewee-0.3.10 templates/ubuntu-12.10-server-i386-packages/virtualbox.sh
veewee-0.3.9 templates/.ubuntu/virtualbox.sh
veewee-0.3.9 templates/ubuntu-12.10-server-amd64-packages/virtualbox.sh
veewee-0.3.9 templates/ubuntu-12.10-server-i386-packages/virtualbox.sh