Compare commits

..

No commits in common. "a3594134980de24d1f235d0ab9958a8496fe604c" and "1c0a397594f14b92a65aa17e2de5e9ea8b30e3ea" have entirely different histories.

View file

@ -220,6 +220,7 @@
<Order>3</Order> <Order>3</Order>
<RequiresUserInput>false</RequiresUserInput> <RequiresUserInput>false</RequiresUserInput>
<CommandLine>powershell -c <CommandLine>powershell -c
Set-ExecutionPolicy Bypass -Scope Process -Force;
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;
iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')); iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'));