Remove redundant command

This commit is contained in:
Manuel Thalmann 2023-12-08 02:14:52 +01:00
parent 1c0a397594
commit 2d7c690c68

View file

@ -220,7 +220,6 @@
<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'));