Sha256: 6d85352bd08bd799e9d46f18dd21366c58f0897e4d6656da74fbf4459d749da2

Contents?: true

Size: 284 Bytes

Versions: 12

Compression:

Stored size: 284 Bytes

Contents

#!/bin/bash

if [ -f .veewee_params ]
then
  . .veewee_params
fi

cd /tmp
mkdir -p /mnt/cdrom
mount -o loop /home/vagrant/linux.iso /mnt/cdrom
tar zxf /mnt/cdrom/VMwareTools-*.tar.gz -C /tmp/
/tmp/vmware-tools-distrib/vmware-install.pl -d
rm /home/vagrant/linux.iso
umount /mnt/cdrom

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/ubuntu-12.04.2-server-amd64/vmfusion.sh
veewee-0.5.0.alpha3 templates/ubuntu-12.04.2-server-amd64/vmfusion.sh
veewee-0.5.0.alpha2 templates/ubuntu-12.04.2-server-amd64/vmfusion.sh
veewee-0.5.0.alpha1 templates/ubuntu-12.04.2-server-amd64/vmfusion.sh
veewee-0.4.5.1 templates/ubuntu-12.04.2-server-amd64/vmfusion.sh
veewee-0.4.5 templates/ubuntu-12.04.2-server-amd64/vmfusion.sh
veewee-0.4.5.pre1 templates/ubuntu-12.04.2-server-amd64/vmfusion.sh
veewee-0.4.4 templates/ubuntu-12.04.2-server-amd64/vmfusion.sh
veewee-0.4.3 templates/ubuntu-12.04.2-server-amd64/vmfusion.sh
veewee-0.4.2 templates/ubuntu-12.04.2-server-amd64/vmfusion.sh
veewee-0.4.1 templates/ubuntu-12.04.2-server-amd64/vmfusion.sh
veewee-0.4.0 templates/ubuntu-12.04.2-server-amd64/vmfusion.sh