Hello all,
I have a few pkg files I'd like to install using bash since I can suppress the various popups they produce during installation which are really just confusing to the user. I'm simply running:
sudo installer -pkg "package.pkg" -target /
and it works great. However, when I go to do this in the JSS, I understand that I would put the line above and the others that do the other packages into a script and add that to a policy, but where exactly do I put the pkg files? What path would I use to tell installer where the packages are?
I'm guessing I could still put them on the DP using Admin, find their location on the share, and use that as the package location in the script but that just doesn't seem right.
How can I properly install a handful of pkg files with bash using the JSS? We're running Jamf on-prem.