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

This commit is contained in:
Brian Zalewski 2022-12-02 14:32:08 +00:00
parent 806fec863a
commit 103ab4096d

View file

@ -600,7 +600,7 @@ async function installPackageList(packageManager, packages) {
await $`sudo zypper install -y ${zypPkg}` await $`sudo zypper install -y ${zypPkg}`
} }
} catch (e) { } catch (e) {
await $`logg error 'Failed to install via \`${packageManager}\`'` await $`logg error 'Possibly encountered an error while installing via \`${packageManager}\`'`
await $`logg info 'Proceeding with the installation..'` await $`logg info 'Proceeding with the installation..'`
} }
} }