Mario Panighetti

Results 35 comments of Mario Panighetti

The last few 12.3 beta releases have indicated that they specifically address some software update stability issues so fingers crossed that this release helps. Note that you'd probably need to...

Yep, and 11.6.5 which will hopefully bring relief for #54. 🤞🏻

> Has anyone compared Install or Defer to Nudge? What are the major differences? From what I understand, Nudge is a great tool, but it has no hard enforcement mechanisms...

I like the idea for allowing enforcement on Apple Silicon, but thus far I've avoided Jamf Pro API integration as it requires storing API user credentials in plaintext (or in...

The remote user was you running Casper Remote. I believe the script exits when there's a remote connection to prevent someone malicious from attempting to intercept credentials or recovery keys.

Yeah, I'd love to have a better presentation there. I haven't had a chance to play with the macOS Ventura beta much, but from what I've read, I believe that...

Looks like the reason `bash` is the label is because it's the first entry under `ProgramArguments` in the LaunchDaemon: https://github.com/mpanighetti/install-or-defer/blob/1fc6ae619909f75101e4d56491fadf963dc721b7/payload/Library/LaunchDaemons/com.github.mpanighetti.install-or-defer.plist#L7-L11 If we replace the `ProgramArguments` array with a single `Program`...

@master-vodawagner give #92 a try in your macOS Ventura test environment, let me know how it appears in System Settings > General > Login Items.

Confirmed on my system (macOS 12.6-arm64) that the LaunchDaemon loads normally when the script is called as a `Program` rather than as `ProgramArguments`.

Ran Install or Defer 5.0.7 from my branch on macOS 13.0 (22A380) and it now displays a much nicer `Install or Defer.sh` in Login Items. Merging #92. Thanks for testing!