Update pacman installation process (#899)

This commit is contained in:
Aleksandr Chebotov
2020-05-19 17:25:09 +03:00
committed by GitHub
parent 94a9bafd20
commit 8b72149ff7

View File

@@ -38,6 +38,13 @@ bash.exe -c "pacman-key --init 2>&1"
Write-Host "bash pacman-key --populate msys2" Write-Host "bash pacman-key --populate msys2"
bash.exe -c "pacman-key --populate msys2 2>&1" bash.exe -c "pacman-key --populate msys2 2>&1"
Write-Host "pacman --noconfirm -Sy pacman"
pacman --noconfirm -Sy pacman
pacman --noconfirm -Su
# Force stop gpg-agent to continue installation
Get-Process gpg-agent -ErrorAction SilentlyContinue | Stop-Process -Force
Write-Host "pacman --noconfirm -Syyuu" Write-Host "pacman --noconfirm -Syyuu"
pacman.exe -Syyuu --noconfirm pacman.exe -Syyuu --noconfirm
pacman.exe -Syuu --noconfirm pacman.exe -Syuu --noconfirm