Kevin M. White

Results 175 comments of Kevin M. White

First, to be clear `super` is waiting for the `softwareupdate` process to itself return that it's done. The `super` update.log is just there for reference when using `softwareupdate`. (Further, `super`...

Below is an example from macOS 12 of the output of `softwareupdate` when the download has already been completed and you try to download it again. It "completes" the download...

In your previous example of the update.log... note that the progress that reported as completed is just the `[Progress] Scan reported progress`. That means the update scan completed, not the...

Please check out `super` [v2.0-b1](https://github.com/Macjutsu/super/releases/tag/v2.0-b1) and see if it resolves your issue. There are some internal improvements to the MDM parsing that may help.

Thanks for the suggestion. Dealing with this issue is on the roadmap for super, and I will likely borrow from erase-install. However, what erase-install does isn't enough if the goal...

Thanks for this example. I do plan to implement something, though I think I'd like to have a mild suggestion and a more drastic action as well.

Thank you for this! I do plan to implement a localization function in a future release.

Thanks! This is my plan once I release `super` v2, which will also include a wiki. Shooting for the end of this week.

This is a limitation in [IBM Notifier](https://github.com/IBM/mac-ibm-notifications). Nothing I can directly do about this except move to another notification system... which I may do in the future.

Robert, It's not accurate to only look for "COMPLETE" as there are many instances of that during an update where it's not fully complete. For example, check out this [update.log](https://github.com/Macjutsu/super/blob/main/Example-Logs/update.log)....