remove deprecated functions from choco templates

Issue #79 closed
Jon repo owner created an issue

The chocolateyinstall.ps1.erb and chocolateyuninstall.ps1.erb templates use deprecated Write-ChocolateySuccess and Write-ChocolateyFailure functions.

Figure out what uru needs (likely a simple try/catch, a Write-Host, and a throw $_.Exception) and implement.

Comments (1)

  1. Log in to comment