File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 5858 echo 'winget install --id Microsoft.VisualStudio.2022.Community --exact --force --custom "--add Microsoft.VisualStudio.Component.Windows11SDK.22000 --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64" --disable-interactivity --accept-source-agreements' >> $env:TEMP\test-script\run.ps1
5959 echo 'winget install --id Swift.Toolchain -e --disable-interactivity --accept-source-agreements' >> $env:TEMP\test-script\run.ps1
6060 echo 'winget install --id Schniz.fnm -e --disable-interactivity --accept-source-agreements' >> $env:TEMP\test-script\run.ps1
61+ echo 'Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1' >> $env:TEMP\test-script\run.ps1
6162 echo 'refreshenv' >> $env:TEMP\test-script\run.ps1
6263 echo 'fnm env --use-on-cd | Out-String | Invoke-Expression' >> $env:TEMP\test-script\run.ps1
6364 echo 'fnm use --install-if-missing 18.19.0' >> $env:TEMP\test-script\run.ps1
You can’t perform that action at this time.
0 commit comments