grahampugh / jamf-upload

Scripts for uploading packages to Jamf Cloud
Apache License 2.0
148 stars 36 forks source link

Update jamf-upload.sh to be platform agnostic #71

Open smithjw opened 1 year ago

smithjw commented 1 year ago

After experimenting with the standalone_uploaders scripts via GitHub Actions on Ubuntu runners, it would be great to shift over to the jamf-upload.sh script instead which has a broader coverage of managing a Jamf Pro instance.

Other than importing autopkglib on linux, the script would also need to be updated with alternatives for plutil, PlistBuddy, and hardcoded paths to where AutoPkg is normally installed.

grahampugh commented 1 year ago

I wonder if https://github.com/withgraphite/plutil would work as a drop-in replacement for plutil?