Skip to content

Commit c4738c9

Browse files
committed
Don't update msys2 on installation
Fixes #1268
1 parent c95d143 commit c4738c9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/bootstrap/bootstrap-haskell.ps1

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -561,12 +561,6 @@ if ($msys2Action -eq 0) {
561561

562562
Exec "$env:windir\system32\taskkill.exe" /F /FI "MODULES eq msys-2.0.dll"
563563

564-
Print-Msg -msg 'Upgrading full system...'
565-
Exec "$Bash" '-lc' 'pacman --noconfirm -Syuu'
566-
567-
Print-Msg -msg 'Upgrading full system twice...'
568-
Exec "$Bash" '-lc' 'pacman --noconfirm -Syuu'
569-
570564
Print-Msg -msg 'Installing Dependencies...'
571565
Exec "$Bash" '-lc' ('pacman --noconfirm -S --needed curl autoconf {0}' -f $PkgConf)
572566

0 commit comments

Comments
 (0)