Skip to content

Commit 35ab4b2

Browse files
author
github-actions
committed
Rebuild index
1 parent c39f06d commit 35ab4b2

File tree

1 file changed

+67
-2
lines changed

1 file changed

+67
-2
lines changed

index.json

+67-2
Original file line numberDiff line numberDiff line change
@@ -134041,6 +134041,60 @@
134041134041
"shortname": "Webex.jamf-upload",
134042134042
"inferred_type": "jamf-upload"
134043134043
},
134044+
"com.github.davidbpirie.pkg.wireshark": {
134045+
"name": "Wireshark",
134046+
"description": "Downloads the latest version of Wireshark, extracts the version,\nverifies the signature, then generates a pkg.\n\nARCH should be one of Intel or Arm.\n",
134047+
"repo": "autopkg/davidbpirie-recipes",
134048+
"path": "Wireshark/Wireshark.pkg.recipe.yaml",
134049+
"parent": "com.github.davidbpirie.download.wireshark",
134050+
"shortname": "Wireshark.pkg",
134051+
"inferred_type": "pkg",
134052+
"children": [
134053+
"com.github.davidbpirie.jamf-upload.wireshark"
134054+
]
134055+
},
134056+
"com.github.davidbpirie.jamf-upload.wiresharkchmodbpf": {
134057+
"name": "WiresharkChmodBPF",
134058+
"description": "Downloads the latest version of Wireshark, copies the Install\nChmodBPF pkg from the downloaded dmg, then uploads the package\nto Jamf Pro.\n\nARCH should be one of Intel or Arm, but should not affect the result.\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",
134059+
"repo": "autopkg/davidbpirie-recipes",
134060+
"path": "Wireshark/WiresharkChmodBPF.jamf-upload.recipe.yaml",
134061+
"parent": "com.github.davidbpirie.pkg.wiresharkchmodbpf",
134062+
"shortname": "WiresharkChmodBPF.jamf-upload",
134063+
"inferred_type": "jamf-upload"
134064+
},
134065+
"com.github.davidbpirie.pkg.wiresharkchmodbpf": {
134066+
"name": "WiresharkChmodBPF",
134067+
"description": "Downloads the latest version of Wireshark, then copies the\nInstall ChmodBPF pkg from the downloaded dmg.\n\nARCH should be one of Intel or Arm, but should not affect the result.\n",
134068+
"repo": "autopkg/davidbpirie-recipes",
134069+
"path": "Wireshark/WiresharkChmodBPF.pkg.recipe.yaml",
134070+
"parent": "com.github.davidbpirie.download.wireshark",
134071+
"shortname": "WiresharkChmodBPF.pkg",
134072+
"inferred_type": "pkg",
134073+
"children": [
134074+
"com.github.davidbpirie.jamf-upload.wiresharkchmodbpf"
134075+
]
134076+
},
134077+
"com.github.davidbpirie.download.wireshark": {
134078+
"name": "Wireshark",
134079+
"description": "Downloads the latest version of Wireshark, extracts the version,\nthen verifies the signature.\n\nARCH should be one of Intel or Arm.\n",
134080+
"repo": "autopkg/davidbpirie-recipes",
134081+
"path": "Wireshark/Wireshark.download.recipe.yaml",
134082+
"shortname": "Wireshark.download",
134083+
"inferred_type": "download",
134084+
"children": [
134085+
"com.github.davidbpirie.pkg.wireshark",
134086+
"com.github.davidbpirie.pkg.wiresharkchmodbpf"
134087+
]
134088+
},
134089+
"com.github.davidbpirie.jamf-upload.wireshark": {
134090+
"name": "Wireshark",
134091+
"description": "Downloads the latest version of Wireshark, extracts the version,\nverifies the signature, generates a pkg, then uploads the package\nto Jamf Pro.\n\nARCH should be one of Intel or Arm.\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",
134092+
"repo": "autopkg/davidbpirie-recipes",
134093+
"path": "Wireshark/Wireshark.jamf-upload.recipe.yaml",
134094+
"parent": "com.github.davidbpirie.pkg.wireshark",
134095+
"shortname": "Wireshark.jamf-upload",
134096+
"inferred_type": "jamf-upload"
134097+
},
134044134098
"com.github.davidbpirie.pkg.MicrosoftOfficeReset": {
134045134099
"name": "MicrosoftOfficeReset",
134046134100
"description": "Downloads the latest version of the Microsoft Office Reset package,\nthen creates a package that runs the Microsoft Office Reset package\nvia a postinstall script, applying a custom set of choices.\n\nIntended use is to create multiple overrides, one for each set of\noption combinations required.\n\nPKG_ID is the ID of the generated package.\n\ndesired_choices is the list of pkg components you would like installed.\nDefault is to perform a factory reset of Office.\nAll choices as of v1.9.1 are:\n - com.microsoft.reset.Word\n - com.microsoft.reset.Excel\n - com.microsoft.reset.PowerPoint\n - com.microsoft.reset.Outlook\n - com.microsoft.remove.Outlook.Data\n - com.microsoft.reset.OneNote\n - com.microsoft.reset.OneDrive\n - com.microsoft.reset.Teams\n - com.microsoft.remove.SkypeForBusiness\n - com.microsoft.reset.AutoUpdate\n - com.microsoft.reset.Credentials\n - com.microsoft.reset.Factory\n - com.microsoft.remove.Office\n - com.microsoft.remove.ZoomPlugin\n - com.microsoft.remove.WebExPT\nTo find all available choices, run:\ninstaller -showChoicesXML -pkg path/to/Microsoft_Office_Reset.pkg\n",
@@ -141392,7 +141446,8 @@
141392141446
"com.github.jleggat.pkg.Wireshark",
141393141447
"com.github.homebysix.pkg.Wireshark",
141394141448
"com.github.nstrauss.pkg.Wireshark",
141395-
"com.github.smithjw.pkg.wireshark"
141449+
"com.github.smithjw.pkg.wireshark",
141450+
"com.github.davidbpirie.pkg.wireshark"
141396141451
],
141397141452
"Wireshark.munki": [
141398141453
"com.github.jleggat.Wireshark.munki",
@@ -141403,7 +141458,8 @@
141403141458
"com.github.jleggat.Wireshark.download",
141404141459
"com.github.homebysix.download.Wireshark",
141405141460
"com.github.nstrauss.download.Wireshark",
141406-
"com.github.smithjw.download.wireshark"
141461+
"com.github.smithjw.download.wireshark",
141462+
"com.github.davidbpirie.download.wireshark"
141407141463
],
141408141464
"AdobeShockwavePlayer.munki": [
141409141465
"com.github.jleggat.AdobeShockwavePlayer.munki",
@@ -173000,6 +173056,15 @@
173000173056
"Webex.jamf-upload": [
173001173057
"com.github.davidbpirie.jamf-upload.Webex"
173002173058
],
173059+
"WiresharkChmodBPF.jamf-upload": [
173060+
"com.github.davidbpirie.jamf-upload.wiresharkchmodbpf"
173061+
],
173062+
"WiresharkChmodBPF.pkg": [
173063+
"com.github.davidbpirie.pkg.wiresharkchmodbpf"
173064+
],
173065+
"Wireshark.jamf-upload": [
173066+
"com.github.davidbpirie.jamf-upload.wireshark"
173067+
],
173003173068
"MicrosoftOfficeReset.pkg": [
173004173069
"com.github.davidbpirie.pkg.MicrosoftOfficeReset"
173005173070
],

0 commit comments

Comments
 (0)