You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs were not always as good as they are now - it's likely you just missed it. Plus LessMSI started with pulling the file from a remote source and when you took over, it's likely you converted it to a local source and it just worked. So there was no real reason to explore further changes.
The advantage of Get-ChocolateyUnzip is that it doesn't take the additional step of copying the zip somewhere else on the filesystem before extraction. So you only have one copy and less disk space used.
Looks like for legacy (or ignorance) reasons lessmsi's choco package's chocolateyInstall.ps1 file is using Install-ChocolateyZipPackage. This will soon require a checksum (or maybe not since it is local?). In any case according to that doc should be using [Get-ChocolateyUnzip](https://github.com/chocolatey/choco/wiki/HelpersGetChocolateyUnzip] instead.
Asked for guidance on this at chocolatey/choco#112 (comment)
The text was updated successfully, but these errors were encountered: