Last active
December 6, 2019 01:50
-
-
Save n0ts/8628427 to your computer and use it in GitHub Desktop.
Install vmware tools
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!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