cmder/scripts/packer/scripts/chocolatey.bat
2023-03-17 09:30:14 -04:00

2 lines
230 B
Batchfile

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