mpanighetti / install-or-defer

A framework for prompting users of Jamf Pro-managed Macs to install Apple software updates.
Apache License 2.0
147 stars 28 forks source link

Convert deferral time to days #50

Closed K3ll3r closed 3 years ago

K3ll3r commented 3 years ago

Hi there, Do you accept PRs on this project? I tweaked the script in my environment to display the number of days remaining. The default, hours remaining, wasn't super human-readable for longer deferral periods (ours is 1 week, ie 168 hours). I changed it to display days remaining if over 2 days. I'm happy to submit a PR if you think it'd be helpful.

Best, Dan

mpanighetti commented 3 years ago

Yes, pull requests are welcome! This sounds like a beneficial change to bring to the project, happy to test that out once you pass that PR over. Thanks so much!

homebysix commented 3 years ago

I've got a snippet I use for just that purpose. I'll be interested to compare with what you come up with.