Skip to content

Commit

Permalink
Log msys2 process
Browse files Browse the repository at this point in the history
Need to figure out which process is in the background
  • Loading branch information
chadlwilson authored Nov 28, 2023
1 parent dd7a134 commit 8b45219
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions provision/provision-install-packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ $env:ChocolateyInstall = Convert-Path "$((Get-Command choco).path)\..\.."
Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"

RefreshEnv
Get-Process

# install packages
choco install --no-progress -y nodejs-lts --version="${NODEJS_VERSION}"
Expand All @@ -44,8 +43,8 @@ choco install --no-progress -y ant -i --version="${ANT_VERSION}"
choco install --no-progress -y hg sliksvn git p4 gnupg awscli
choco install --no-progress -y windows-sdk-11-version-22h2-all --install-arguments='/features OptionId.SigningTools /ceip off'
choco install --no-progress -y googlechrome
choco install --no-progress -y msys2 --params "/NoUpdate"

Get-Process
choco install -y msys2 --params "/NoUpdate"
Get-Process

RefreshEnv
Expand Down

0 comments on commit 8b45219

Please sign in to comment.