Posted on 01-23-2019 11:10 AM
We're using this script to install Mojave: https://github.com/kc9wwh/macOSUpgrade
We're trying to set this up for use from self-service, but when running the self-service tool from a user's network account, we get prompted for admin credentials. Is there a way we can set this up to bypass the admin prompt so end-users can run this independently?
Posted on 01-23-2019 11:21 AM
@asher.wilkinson This is an issue that some folks are having. Take a look at the issues section of the github page:
https://github.com/kc9wwh/macOSUpgrade/issues/74
Some people are coming up with workarounds to make the user admin first, upgrade, then demote the user back to standard after the upgrade. I don't have this issue in my environment that I've seen yet, but you are not the only one either.
Posted on 01-23-2019 11:32 AM
Awesome! Thanks!