Skip to content

Commit

Permalink
Update pacman installation process (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-cheb authored May 19, 2020
1 parent 94a9baf commit 8b72149
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions images/win/scripts/Installers/Install-Msys2.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ bash.exe -c "pacman-key --init 2>&1"
Write-Host "bash pacman-key --populate msys2"
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"
pacman.exe -Syyuu --noconfirm
pacman.exe -Syuu --noconfirm
Expand Down

0 comments on commit 8b72149

Please sign in to comment.