mirror of
https://github.com/munki/munki.git
synced 2026-02-12 18:19:54 -06:00
Turn off diskspace warnings when processing optional_installs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user