Skip to main content
Question

Installing Mojave via Self-Service

  • January 23, 2019
  • 2 replies
  • 2 views

Forum|alt.badge.img+4

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?

2 replies

Forum|alt.badge.img+18
  • Contributor
  • January 23, 2019

@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.


Forum|alt.badge.img+4

Awesome! Thanks!