Update file executable_install-program
This commit is contained in:
parent
82c55b00e4
commit
cdfe402b85
1 changed files with 0 additions and 1 deletions
|
@ -1402,7 +1402,6 @@ async function pruneInstallOrders(installOrders) {
|
|||
if (pkgManager === 'apt') {
|
||||
newOrders[pkgManager] = await asyncFilter(newOrders[pkgManager], async (pkg) => {
|
||||
try {
|
||||
log('info', 'Filter', `Checking for presence of ${pkg}`)
|
||||
await $`dpkg -l ${pkg} | grep -E '^ii' > /dev/null`
|
||||
return false
|
||||
} catch (e) {
|
||||
|
|
Loading…
Reference in a new issue