From f78d1660149b36d0bfc0097f245cc5d4f675a1d4 Mon Sep 17 00:00:00 2001 From: "Dax T. Games" Date: Wed, 26 Feb 2020 10:58:05 -0500 Subject: [PATCH] sync --- floppy/_download.cmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/floppy/_download.cmd b/floppy/_download.cmd index 75a5eb4b..40642a6b 100644 --- a/floppy/_download.cmd +++ b/floppy/_download.cmd @@ -46,7 +46,7 @@ if defined wget goto wget if not exist "%wget%" goto powershell -echo ==^> Downloading "%url%" to "%filename%" with "wget.exe"... +echo ==^> Downloading "%url%" to "%filename%" using "%wget%"... if not defined PACKER_DEBUG set WGET_OPTS=--no-verbose @@ -61,7 +61,7 @@ if defined http_proxy ( if not errorlevel 1 if exist "%filename%" goto exit0 :powershell -echo ==^> Downloading "%url%" to "%filename%" using Powershell... +echo ==^> Downloading "%url%" to "%filename%" using "Powershell"... if defined http_proxy ( set "ps1_proxy=$wc.proxy = (new-object System.Net.WebProxy('%http_proxy%')) ;" @@ -90,7 +90,7 @@ if not defined bitsadmin set bitsadmin=%SystemRoot%\System32\bitsadmin.exe if not exist "%bitsadmin%" goto exit 1 -echo ==^> Downloading "%url%" to "%filename%" with "BITS"... +echo ==^> Downloading "%url%" to "%filename%" using "BITS"... for %%i in ("%filename%") do set jobname=%%~nxi