Posted on 10-25-2022 06:45 AM
I've started to play around with the extremely versatile swiftDialog tool. One of the things that I'm finding most interesting is the ability to provide a progress bar based on contents of a command file. I've started to think through how this could be used for a scripted macOS upgrade. It should be easy enough to read from the startosinstall.log file into whatever command file is being used, and the text is fairly predictable throughout. That said, I'm still new to it and learning how to make best use of it.
Has anyone already built out a script to display the startosinstall progress via swiftDialog?
Solved! Go to Solution.
Posted on 10-25-2022 07:30 AM
Check out erase-install: https://github.com/grahampugh/erase-install
Despite what the name suggests, it can be used for in-place OS upgrades.
Posted on 10-25-2022 07:30 AM
Check out erase-install: https://github.com/grahampugh/erase-install
Despite what the name suggests, it can be used for in-place OS upgrades.
Posted on 10-25-2022 07:43 AM
It does, but it doesn't. My core goal here is to learn how to use swiftDialog's more advanced features by studying examples of them in use. That workflow doesn't help me accomplish that.
Posted on 10-25-2022 07:53 AM
@McAwesome There is a beta branch of erase-install that utilizes swiftDialog
Posted on 10-25-2022 09:22 AM
Sorry, I should have been clearer on the beta part.