Merge branch 'master' into libvirt_provider

This commit is contained in:
Chris Long
2020-02-17 14:45:09 -08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
# Purpose: Installs chocolatey package manager, then installs custom utilities from Choco.
If (-not (Test-Path "C:\ProgramData\chocolatey")) {
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Write-Host "Installing Chocolatey"
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
} else {