/ChocolateyPackages

Chocolatey Packages Library

Primary LanguagePowerShellMIT LicenseMIT

ChocolateyPackages

Chocolatey Packages Library

Installing Chocolatey

iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Note: If you receive an error about "Could not create SSL/TLS secure channel." Then use the following:

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))