Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
XpandPosh
1.0.2
Public/Chocolatey.ps1
function
Install-Chocolatey
{
Invoke-Expression
(
(
new-object
net.webclient
)
.
DownloadString
(
'https://chocolatey.org/install.ps1'
)
)
}