-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(skype) ensure download with checksum before proceeding to uninstall older version #102
Comments
This seems like a case that chocolatey could handle better with the helper functions. The simplest implementation to me would split Install-ChocolateyPackage into two functions, and then have Install-ChocolateyPackage just call them sequentially. Then in cases like skype where you need to do an uninstall you could write something like...
|
Actually there is already a split - Install-ChocolateyPackage is just Get-ChocolateyWebFile and Install-ChocolateyInstallPackage. |
…emoveStartup parameter (respect existing settings) ferventcoder#102
This package is now being maintained here: https://github.com/chocolatey/chocolatey-coreteampackages So going to close this out. |
See https://chocolatey.org/packages/skype#comment-2404221279
The text was updated successfully, but these errors were encountered: