Skip to content

Instantly share code, notes, and snippets.

@higebu
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save higebu/abcc0fa7e1958f2914c5 to your computer and use it in GitHub Desktop.
Save higebu/abcc0fa7e1958f2914c5 to your computer and use it in GitHub Desktop.
The script to install the VMware Tools
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