aboutsummaryrefslogtreecommitdiff
path: root/scripts/install-msys2.ps1
blob: c7cb022dbadd5d91552906bc9c6f5287c208e941 (plain)
1
2
3
Start-BitsTransfer -Source https://github.com/msys2/msys2-installer/releases/download/2023-01-27/msys2-x86_64-20230127.exe -Destination .\msys2-x86_64-latest.exe
.\msys2-x86_64-latest.exe in --confirm-command --accept-messages --root C:/msys64
Remove-Item .\msys2-x86_64-latest.exe