Update .local/share/chezmoi/home/dot_local/bin/executable_install-program

This commit is contained in:
Brian Zalewski 2022-12-05 03:54:04 +00:00
parent f8aa4a426b
commit fd268aa589

View file

@ -887,7 +887,6 @@ async function installPackageList(packageManager, packages) {
}
} catch (e) {
log('error', logStage, `Possibly encountered an error while installing via \`${packageManager}\``)
log('info', logStage, `Error was encountered while installing: ${pkg}`)
log('info', logStage, `Proceeding with the installation..`)
}
}