summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-01-14 11:25:49 +0100
committervarac <varacanero@zeromail.org>2016-01-14 11:25:49 +0100
commit641154a55757c56893a3ae15d95b9ecaf3342675 (patch)
treed6cdae225222aca1b8999ef655be54b91af12513 /scripts
parenta18bf0fc8c1330b68e79f5a1f0982cbf80783046 (diff)
remove vmware
Diffstat (limited to 'scripts')
-rw-r--r--scripts/vmware.sh21
1 files changed, 0 insertions, 21 deletions
diff --git a/scripts/vmware.sh b/scripts/vmware.sh
deleted file mode 100644
index b77ff2e..0000000
--- a/scripts/vmware.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/bash
-
-# Bail if we are not running inside VMWare.
-if [[ `facter virtual` != "vmware" ]]; then
- exit 0
-fi
-
-# Install the VMWare Tools from a linux ISO.
-
-#wget http://192.168.0.185/linux.iso -P /tmp
-mkdir -p /mnt/vmware
-mount -o loop /home/vagrant/linux.iso /mnt/vmware
-
-cd /tmp
-tar xzf /mnt/vmware/VMwareTools-*.tar.gz
-
-umount /mnt/vmware
-rm -fr /home/vagrant/linux.iso
-
-/tmp/vmware-tools-distrib/vmware-install.pl -d
-rm -fr /tmp/vmware-tools-distrib