Skip to content

Commit

Permalink
Add --verbose and --debug to 'Installing Dependencies...'-command
Browse files Browse the repository at this point in the history
To debug #973
  • Loading branch information
runeksvendsen committed Jan 31, 2024
1 parent d0538a5 commit 1a35d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap/bootstrap-haskell.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ if (!(Test-Path -Path ('{0}' -f $MsysDir))) {
Exec "$Bash" '-lc' 'pacman --noconfirm -Syuu'

Print-Msg -msg 'Installing Dependencies...'
Exec "$Bash" '-lc' 'pacman --noconfirm -S --needed curl autoconf mingw-w64-x86_64-pkgconf'
Exec "$Bash" '-lc' 'pacman --verbose --debug --noconfirm -S --needed curl autoconf mingw-w64-x86_64-pkgconf'

Print-Msg -msg 'Updating SSL root certificate authorities...'
Exec "$Bash" '-lc' 'pacman --noconfirm -S ca-certificates'
Expand Down

0 comments on commit 1a35d96

Please sign in to comment.