From 929f9cd52dc9d5be07802a387b6374d2824d8760 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Wed, 27 Nov 2019 22:23:42 +0530 Subject: [PATCH] Add flag to skip checksum if it fails --- src/scripts/win32.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripts/win32.ps1 b/src/scripts/win32.ps1 index 1d3a2155..d8a621a5 100644 --- a/src/scripts/win32.ps1 +++ b/src/scripts/win32.ps1 @@ -53,6 +53,7 @@ catch { try { Update-PhpCAInfo -Path $php_dir -Source Curl } catch { + Update-PhpCAInfo -Path $php_dir -Source Curl -SkipChecksumCheck } } if ([Version]$installed.Version -ge '7.4') {