rasa / vmware-tools-patches

Patch and build VMware tools automatically
https://github.com/rasa/vmware-tools-patches/wiki
MIT License
1.19k stars 198 forks source link

unzip dependency #47

Open JesterEE opened 9 years ago

JesterEE commented 9 years ago

Please add the unzip tool to the dependency list as it is required by download-tools.sh. I used your tool on Ubuntu Server 15.04 and unzip is not installed by default. download-tools.sh will download the correct package, but will not extract the data to the vmware-tools-patches directory for the next step of the install process.

Thanks for this work!!!

dragon788 commented 8 years ago

@JesterEE Can you try again, I merged in some changes that may fix it, but I haven't been able to test on all versions of all OSes.

JesterEE commented 8 years ago

@dragon788 Unfortunately I don't run this machine anymore and I have nothing similar that took it's place.

dragon788 commented 8 years ago

@JesterEE Sounds good, @rasa looking at the setup.sh file it appears we have unzip for everything except SuSE, so I think this is addressed.

rasa commented 8 years ago

Is the package zip, unzip on SuSE? I will patch https://github.com/rasa/vmware-tools-patches/blob/master/setup.sh with the package name.

dragon788 commented 8 years ago

@rasa I fired up an openSuse Vagrant VM and zip and unzip are also available there, so adding unzip to the list for Suse should be trouble free.