mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-13 21:44:40 -04:00
update curl
This commit is contained in:
parent
8b5e2176bb
commit
9912039a1b
2 changed files with 1 additions and 1 deletions
scripts/windows/coco-dev-setup/batch
Binary file not shown.
|
@ -173,7 +173,7 @@ goto END
|
|||
:install_software
|
||||
call:get_lw word 4
|
||||
call:log "%word% %~1..."
|
||||
%curl-app% %~2 -o %temp-dir%\%~1-setup.exe
|
||||
%curl-app% -sS %~2 -o %temp-dir%\%~1-setup.exe
|
||||
call:get_lw word 5
|
||||
call:log "%word% %~1..."
|
||||
START /WAIT %temp-dir%\%~1-setup.exe
|
||||
|
|
Loading…
Add table
Reference in a new issue