Public/Chocolatey.ps1

function Install-Chocolatey {
    Invoke-Expression ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
}