fix choco installation

This commit is contained in:
Aleksandr Chebotov
2020-02-03 19:56:22 +03:00
parent 7344cbcb8c
commit f299a5d681
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