Skip to content

Commit

Permalink
Added Wireshark ChmodBPF recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
David Pirie committed Jan 30, 2024
1 parent cc85521 commit 2ab89e4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Wireshark/WiresharkChmodBPF.jamf-upload.recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Description: |
Downloads the latest version of Wireshark, copies the Install
ChmodBPF pkg from the downloaded dmg, then uploads the package
Downloads the latest version of Wireshark, then copies the
Install ChmodBPF pkg from the downloaded dmg, verifying the code
signature and extracting the version, then uploads the package
to Jamf Pro.
ARCH should be one of Intel or Arm, but should not affect the result.
Expand Down Expand Up @@ -31,7 +32,7 @@ Input:
Process:
- Processor: com.github.grahampugh.jamf-upload.processors/JamfPackageUploader
Arguments:
pkg_name: '%JAMF_PKG_NAME%.%JAMF_PKG_SUFFIX%'
pkg_name: '%JAMF_PKG_NAME%-%version%.%JAMF_PKG_SUFFIX%'
pkg_category: '%JAMF_CATEGORY%'
pkg_info: '%JAMF_PKG_INFO%'
pkg_notes: '%JAMF_PKG_NOTES%'
Expand Down

0 comments on commit 2ab89e4

Please sign in to comment.