Skip to content

Commit

Permalink
incorporate powershell download with proxy into _download.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax T. Games committed Feb 24, 2020
1 parent 2247aeb commit 4331a65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/vmtool.bat
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ goto :eof
::::::::::::
echo "%PACKER_BUILDER_TYPE%" | findstr /i "vmware" >nul
if not errorlevel 1 goto vmware
echo "%PACKER_BUILDER_TYPE%" | findstr /i "vsphere" >nul
if not errorlevel 1 goto vmware
echo "%PACKER_BUILDER_TYPE%" | findstr /i "virtualbox" >nul
if not errorlevel 1 goto virtualbox
echo "%PACKER_BUILDER_TYPE%" | findstr /i "parallels" >nul
Expand Down

0 comments on commit 4331a65

Please sign in to comment.