Skip to content

Commit

Permalink
Rebuild index
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 9, 2025
1 parent b353464 commit 7f825d0
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -82577,7 +82577,8 @@
"shortname": "PPPC-Utility.pkg",
"inferred_type": "pkg",
"children": [
"com.github.dataJAR-recipes.jss.PPPC-Utility"
"com.github.dataJAR-recipes.jss.PPPC-Utility",
"com.github.davidbpirie.jamf-upload.JamfPPPCUtility"
]
},
"com.github.dataJAR-recipes.jss.PPPC-Utility": {
Expand Down Expand Up @@ -136436,6 +136437,15 @@
"shortname": "1Password8.jamf-upload",
"inferred_type": "jamf-upload"
},
"com.github.davidbpirie.jamf-upload.JamfPPPCUtility": {
"name": "JamfPPPCUtility",
"description": "Downloads the latest version of PPPC Utility and creates a package,\nthen uploads the package to Jamf Pro.\n\nJSS_URL, API_USERNAME, and API_PASSWORD, and for non-cloud instances\nSMB_URL, SMB_USERNAME and SMB_PASSWORD, are expected to be populated\nin your AutoPkg preferences, override Input variables, or by\ncommand-line keys.\n",
"repo": "autopkg/davidbpirie-recipes",
"path": "Jamf/JamfPPPCUtility.jamf-upload.recipe.yaml",
"parent": "com.github.dataJAR-recipes.pkg.PPPC-Utility",
"shortname": "JamfPPPCUtility.jamf-upload",
"inferred_type": "jamf-upload"
},
"com.github.davidbpirie.pkg.JamfComposer": {
"name": "JamfComposer",
"description": "Copies the Composer app from the source DMG, verifying the signature,\nthen creates a pkg.\n\nPackage source DMG must be manually downloaded, then provided\neither as Input Variable PKG or via the -p parameter eg:\nautopkg run JamfComposer.pkg -p \"path/to/JamfProApps11.12.1.dmg\"\n",
Expand Down Expand Up @@ -137308,6 +137318,7 @@
"description": "Downloads the latest version of Ghostty.",
"repo": "autopkg/discentem-recipes",
"path": "Ghostty/ghostty.download.recipe.yaml",
"deprecated": true,
"shortname": "ghostty.download",
"inferred_type": "download",
"children": [
Expand All @@ -137321,6 +137332,7 @@
"repo": "autopkg/discentem-recipes",
"path": "Ghostty/ghostty.install.recipe.yaml",
"parent": "com.github.discentem.download.Ghostty",
"deprecated": true,
"shortname": "ghostty.install",
"inferred_type": "install"
},
Expand All @@ -137330,6 +137342,7 @@
"repo": "autopkg/discentem-recipes",
"path": "Ghostty/Ghostty.munki.recipe.yaml",
"parent": "com.github.discentem.download.Ghostty",
"deprecated": true,
"shortname": "Ghostty.munki",
"inferred_type": "munki",
"munki_display_name": "Ghostty",
Expand Down Expand Up @@ -181808,6 +181821,9 @@
"1Password8.jamf-upload": [
"com.github.davidbpirie.jamf-upload.1Password8"
],
"JamfPPPCUtility.jamf-upload": [
"com.github.davidbpirie.jamf-upload.JamfPPPCUtility"
],
"JamfComposer.pkg": [
"com.github.davidbpirie.pkg.JamfComposer"
],
Expand Down

0 comments on commit 7f825d0

Please sign in to comment.