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 {
|
try {
|
||||||
Update-PhpCAInfo -Path $php_dir -Source Curl
|
Update-PhpCAInfo -Path $php_dir -Source Curl
|
||||||
} catch {
|
} catch {
|
||||||
|
Update-PhpCAInfo -Path $php_dir -Source Curl -SkipChecksumCheck
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ([Version]$installed.Version -ge '7.4') {
|
if ([Version]$installed.Version -ge '7.4') {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue