Skip to content

Instantly share code, notes, and snippets.

@stonith
Forked from higebu/vmware-esx.sh
Created May 1, 2014 05:02
Show Gist options
  • Save stonith/cb58f28486d9979387d8 to your computer and use it in GitHub Desktop.
Save stonith/cb58f28486d9979387d8 to your computer and use it in GitHub Desktop.
sudo mount -o loop /dev/cdrom /mnt
tar zxf /mnt/VMwareTools-*.tar.gz -C /tmp/
sudo /tmp/vmware-tools-distrib/vmware-install.pl -d
sudo umount /mnt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment