This repository contains my Chocolatey packages. Where possible I use chocolatey automatic packages. These packages will have an update.ps1 script in the folder that is run daily to automatically detect and publish new versions.
If there is no update.ps1, I haven't got around to creating one yet.
Do you use these packages? Show your appreciation by sponsoring me!
If you have found a bug or have a suggestion, please feel free to raise an issue.
Pull requests are also most welcome!
To run locally you will need:
- Powershell 7+.
- Custom fork of Chocolatey AU (has some extra features that hopefully will be merged into Chocolatey AU eventually)
- au-dotnet, a custom orchestrator used instead of the AU module's
update_all.ps1script (to work around issues with PowerShell 7+).
Run from within the directory of the package to update that package:
cd <package_dir>
./update.ps1If this script is missing, the package is not automatic.
Set $au_Force = $true prior to script call to update the package even if no new version is found.