Types/OpenPackage/get_ChocolateyInstall.ps1
|
<# .SYNOPSIS Gets the Chocolatey Install Script .DESCRIPTION Gets the Chocolatey Install Script from an OpenPackage, if one is present. The Chocolatey install script must be located at /tools/chocolateyInstall.ps1 #> param() $this.GetContent("/tools/chocolateyInstall.ps1") |