We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2673a30 commit 25f533fCopy full SHA for 25f533f
images/windows/scripts/build/Install-Msys2.ps1
@@ -22,13 +22,6 @@ function Install-Msys2 {
22
Write-Host "Download msys2 installer $installerName"
23
$installerPath = Invoke-DownloadWithRetry $downloadUri
24
25
- #region Supply chain security - MSYS2
26
- $externalHash = Get-ChecksumFromUrl -Type "SHA256" `
27
- -Url ($downloadUri -replace $installerName, "msys2-checksums.txt") `
28
- -FileName $installerName
29
- Test-FileChecksum $installerPath -ExpectedSHA256Sum $externalHash
30
- #endregion
31
-
32
Write-Host "Starting msys2 installation"
33
& $installerPath in --confirm-command --accept-messages --root C:/msys64
34
if ($LastExitCode -ne 0) {
0 commit comments