Related to #11777, this disables the kickstart of softwareupdated in Orbit. I have kept the `--disable-kickstart-softwareupdated` for backwards compatibility, but it doesn't have any effect anymore.
8 lines
91 B
Go
8 lines
91 B
Go
//go:build !darwin
|
|
|
|
package update
|
|
|
|
func runRenewEnrollmentProfile() error {
|
|
return nil
|
|
}
|