Merge pull request #358 from al-cheb/al-cheb/choco_fix

Fixing chocolatey installation
This commit is contained in:
Alejandro Pauly
2020-02-03 12:29:15 -05:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ else {
}
# Run the installer
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor "Tls12"
Invoke-Expression ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
# Turn off confirmation

View File

@@ -92,6 +92,7 @@ else {
}
# Run the installer
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor "Tls12"
Invoke-Expression ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
# Turn off confirmation