mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
Update pacman installation process (#899)
This commit is contained in:
committed by
GitHub
parent
94a9bafd20
commit
8b72149ff7
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user