chicken-package/chocolateyUninstall.ps1

4 lines
181 B
PowerShell
Raw Normal View History

Remove-Item -Recurse -Force "$(Get-ToolsLocation)\chicken"
2020-03-01 18:46:53 +00:00
Uninstall-ChocolateyEnvironmentVariable -VariableName "CHICKEN_PREFIX" -VariableType Machine
Update-SessionEnvironment