Update .local/share/chezmoi/home/dot_local/bin/executable_install-program
This commit is contained in:
parent
806fec863a
commit
103ab4096d
1 changed files with 1 additions and 1 deletions
|
@ -600,7 +600,7 @@ async function installPackageList(packageManager, packages) {
|
|||
await $`sudo zypper install -y ${zypPkg}`
|
||||
}
|
||||
} 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..'`
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue