Add flag to skip checksum if it fails
This commit is contained in:
parent
4dba50d3af
commit
929f9cd52d
1 changed files with 1 additions and 0 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue