Skip to content

Instantly share code, notes, and snippets.

@n0ts
Last active December 6, 2019 01:50
Show Gist options
  • Save n0ts/8628427 to your computer and use it in GitHub Desktop.
Save n0ts/8628427 to your computer and use it in GitHub Desktop.
Install vmware tools
#!bin/bash
mkdir /mnt/cdrom
mount -r /dev/cdrom /mnt/cdrom
cd /tmp
tar zxf /mnt/cdrom/VMwareTools-*.tar.gz
./vmware-tools-distrib/vmware-install.pl --default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment