Turn off diskspace warnings when processing optional_installs

This commit is contained in:
Greg Neagle
2024-09-05 11:51:47 -07:00
parent 0ddaad274f
commit dd09a7c75c

View File

@@ -734,7 +734,7 @@ func processOptionalInstall(
if !enoughDiskSpaceFor(
pkginfo,
installList: installInfo["managed_installs"] as? [PlistDict] ?? [],
warn: true
warn: false
) {
processedItem["note"] = "Insufficient disk space to download and install."
if needsUpdate {