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 | |
## | |
# A script which patches VMware Tools to mitigate the HGFS compilation problems with Ubuntu 14.04 | |
# | |
# Prerequisites: | |
# 1) You have extracted VMware Tools onto a writable media | |
# 2) You have cd'ed into the "vmware-tools-distrib" folder | |
# 3) You actually know what you're doing executing shell scripts :-) | |
# |