Fix installation check on staged_os_installer items

This commit is contained in:
Greg Neagle
2025-03-30 10:21:09 -07:00
parent e2658e67d3
commit 5ca2fedb39
@@ -447,7 +447,8 @@ func processInstall(
}
if let installerType = pkginfo["installer_type"] as? String,
installerType == "stage_os_installer"
installerType == "stage_os_installer",
installedState == .thisVersionInstalled
{
// installer appears to be staged; make sure the info is recorded
// so we know we can launch the installer later