Lots of verbose output when installing Chocolatey packages using Boxstarter v3 #576
Open
6 tasks done
Labels
0 - _Triaging
Issue is accepted, but a milestone has yet to be added for the issue
Bug
Issues where something has happened which was not expected or intended
Checklist
What You Are Seeing?
Lots of verbose output when installing chocolatey packages. This seems more or less identical with previous issue here: #501
What is Expected?
Expect to see no verbose output.
How Did You Get This To Happen?
On a clean Windows 11 VM:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
choco install boxstarter -y
Boxstarter Shell
Install-BoxstarterPackage -PackageName .\test.ps1
The
test.ps1
script looks like this:choco install git -y
System Details
Installed Packages
Output Log
Additional Context
No response
The text was updated successfully, but these errors were encountered: