grahampugh-recipes
grahampugh-recipes copied to clipboard
AutoPkg recipes
match-version-number-or-higher.bash is misusing character "b" du substitute | to beak the regex into pieces: maybe replace with "ZZ" or a less common character than b match-version-number-or-higher.bash: ``` line 357: regex_end=$(...
Using the JamfPackageCleaner in our DEV environment works fine, however in out Pre-Prod environment the processor responds with the following with -vvvv logging enabled and looking at the Jamf Upload...
- Adds call to `os.path.getsize()` to get `installer_item_size` in bytes - Adds output and description for `installer_item_size`
The purpose of this processor is to return the latest version number of a particular Patch Management software title. My primary use case: * App is included in Patch Management...
I'd like to be able to use [ChoicesXMLGenerator](https://github.com/autopkg/grahampugh-recipes/blob/main/CommonProcessors/ChoicesXMLGenerator.py) to designate which choices I _don't_ want to install. For example: ```xml
When running the processor JamfPackageUploader, if the pkg already exists and the `replace_pkg` variable is set to False (as it is by default), the SMB server will remain mounted. Excerpt...
Since version 2.51.3, Unison are no longer providing a compiled app. I'm not sure if this means we can maintain an AutoPkg recipe any more or not. See https://github.com/bcpierce00/unison/issues/422
It's important to use HTTPS for downloading software whenever possible in order to avoid the possibility of person-in-the-middle attacks (like the one that affected the Sparkle update framework [in January...