Update file executable_install-program

This commit is contained in:
Brian Zalewski 2023-02-16 02:57:16 +00:00
parent 326f399ae7
commit 85f7a59c24

View file

@ -402,6 +402,8 @@ async function generateInstallOrders(pkgsToInstall) {
softwarePackages
)
break
} else {
log('info', 'No Match', `No suitable installation type available for \`${pkg}\``)
}
}
}