Last active
August 29, 2015 13:56
-
-
Save ptomasroos/8914609 to your computer and use it in GitHub Desktop.
This installs vmwaretools on ubuntu and expecting the tools to be mounted via the GUI of vmware fusion / player
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
# usage curl -s https://gist.github.com/ptomasroos/8914609/raw/ | sudo sh | |
# !! make sure you have the vmware tools mounted all ready through the UI | |
sudo apt-get update | |
sudo apt-get -y upgrade | |
sudo apt-get -y install linux-headers-generic build-essential | |
cd /media/VMware\ Tools/ | |
sudo cp VM*.tar.gz /tmp | |
cd /tmp | |
sudo tar -xzvf VM*.tar.gz | |
cd vmware-tools-distrib | |
sudo ./vmware-install.pl -d | |
sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tried with latest lts ubuntu 12.04.4