recipes icon indicating copy to clipboard operation
recipes copied to clipboard

Recipes for AutoPkg

Results 50 recipes issues
Sort by recently updated
recently updated
newest added

It appears that with version 2022.003.20258 of Adobe Acrobat Reader, Adobe has reverted the App bundle name from "Acrobat Adobe Reader DC" to the previous "Acrobat Adobe Reader", dropping the...

**Describe the problem** When running the com.github.autopkg.munki.Praat recipe, I noticed that it fails due to an error occuring when running the CodeSignatureVerifier which is defined in the com.github.autopkg.download.Praat recipe. **AutoPkg...

For the new Microsoft Teams client Microsoft [documents](https://learn.microsoft.com/en-us/microsoftteams/new-teams-mac-install-prerequisites#prerequisites) a minimum_os_version of macOS 12, the [dynamically retrieved metadata](https://officecdn.microsoft.com/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/0409TEAMS21.xml) currently lists `10.11.0` as requirement. To handle problems of this kind I have...

**Opening an issue just in case anyone comes looking for help on this.** `com.github.autopkg.download.MSCompanyPortal` currently doesn't work due to bad XML upstream at Microsoft. https://officecdn.microsoft.com/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/0409IMCP01.xml The string that `MSOfficeMacURLandUpdateInfoProvider.py` extracts...

If Installed via autopkg or via download from Adobe Website we get: ``` com.adobe.acrobat.DC.reader.app.pkg.MUI com.adobe.acrobat.DC.reader.appsupport.pkg.MUI ``` If updated via Adobe Updater the receipt is: `com.adobe.acrobat.AcroRdrDCUpd2300820458_MUI` the above receipts remain the...

**Describe the problem** The description of this recipe states: ``` Downloads a Microsoft Office Mac product. This recipe should only ever be used as a child recipe with specific values...

**Describe the problem** When running `Handbrake.munki.recipe`, the recipe fails because the GitHub processor returns `HandBrake-1.7.2.dmg.sig` instead of `HandBrake-1.7.2.dmg` **Preferences contents** n/a **AutoPkg output** ``` GitHubReleasesInfoProvider: Matched regex 'HandBrake-\S.*?.dmg' among asset(s):...

**Describe the problem** I have used the Dropbox munki recipe for years now, with a setup configured for both managed installs and updates. But in the past 6 months or...

updated recipe to support arm64 dropbox download. create an override and specify ARCHITECTURE to get arm vs intel.

Getting "No match found on URL: https://cdn1.evernote.com/boron/mac/public/latest-mac.yml" when running Evernote.munki recipe. The current download recipe fails when regex fails to match new URL format in https://cdn1.evernote.com/boron/mac/public/latest-mac.yml: ```version: 10.64.3 files: -...