There was an error while loading. Please reload this page.
1 parent 44791eb commit dfed7e5Copy full SHA for dfed7e5
1 file changed
script/vmtool.bat
@@ -199,6 +199,8 @@ if defined _VMWARE_TOOLS_SIZE if not "%_VMWARE_TOOLS_SIZE%" == "0" goto install_
199
:download_vmware_tools
200
echo ==^> Downloading the VMware tools from %VMWARE_TOOLS_URL%/%VMWARE_TOOLS_FILE%
201
202
+del /F "%VMARE_TOOLS_SETUP_PATH%"
203
+
204
call "%SystemRoot%\_download.cmd" "%VMWARE_TOOLS_URL%/%VMWARE_TOOLS_FILE%" "%VMWARE_TOOLS_SETUP_PATH%"
205
if errorlevel 1 (
206
echo ==^> ERROR: Unable to download file from %VMWARE_TOOLS_URL%/%VMWARE_TOOLS_FILE%
0 commit comments