Update some TODO comments

This commit is contained in:
Greg Neagle
2025-04-12 11:02:39 -07:00
parent daead42556
commit 02f8c14099
2 changed files with 2 additions and 2 deletions
@@ -336,7 +336,7 @@ func doInstallTasks(doAppleUpdates: Bool = false, onlyUnattended: Bool = false)
if munkiUpdatesContainItemWithInstallerType("startosinstall") {
Report.shared.save()
// install macOS
// TODO: implement this (install macOS)
// TODO: implement this (install macOS via startOSInstall)
}
}
}
+1 -1
View File
@@ -120,7 +120,7 @@ func generateInstallableCondition(_ models: [String]) -> String {
return predicates.joined(separator: " OR ")
}
// TODO: implement setup_authrestart_if_applicable()
// TODO: implement setup_authrestart_if_applicable() (not needed unless we implement support for StartOSInstall)
// TODO: implement StartOSInstallRunner and related functions