You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: index.json
+67-2
Original file line number
Diff line number
Diff line change
@@ -134041,6 +134041,60 @@
134041
134041
"shortname": "Webex.jamf-upload",
134042
134042
"inferred_type": "jamf-upload"
134043
134043
},
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",
"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",
"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",
"description": "Downloads the latest version of Wireshark, extracts the version,\nthen verifies the signature.\n\nARCH should be one of Intel or Arm.\n",
"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",
"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",
0 commit comments