cmder/scripts/packer/scripts/chocolatey.bat

2 lines
230 B
Batchfile
Raw Normal View History

2023-03-17 09:30:14 -04:00
powershell -NoProfile -ExecutionPolicy unrestricted -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))"