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 c95d143 commit c4738c9Copy full SHA for c4738c9
scripts/bootstrap/bootstrap-haskell.ps1
@@ -561,12 +561,6 @@ if ($msys2Action -eq 0) {
561
562
Exec "$env:windir\system32\taskkill.exe" /F /FI "MODULES eq msys-2.0.dll"
563
564
- Print-Msg -msg 'Upgrading full system...'
565
- Exec "$Bash" '-lc' 'pacman --noconfirm -Syuu'
566
-
567
- Print-Msg -msg 'Upgrading full system twice...'
568
569
570
Print-Msg -msg 'Installing Dependencies...'
571
Exec "$Bash" '-lc' ('pacman --noconfirm -S --needed curl autoconf {0}' -f $PkgConf)
572
0 commit comments