Update 2 files

- /home/.chezmoidata.yaml
- /home/dot_local/bin/executable_install-program
This commit is contained in:
Brian Zalewski 2023-04-18 06:18:00 +00:00
parent 22a545a1d1
commit f4102815d6
2 changed files with 7 additions and 2 deletions

View file

@ -572,7 +572,6 @@ softwareGroups:
Misc-Desktop: &Misc-Desktop
- _misc-flatpaks
- _nautilus-extensions
- cerebro
- clocker
- cumulus
- edex-ui
@ -1069,6 +1068,8 @@ softwareGroups:
# Opens persistent menu icon on GNOME and has issues that sometimes require switching the virt driver
- multipass
- monero
# macOS system search more native way of providing similar features --- explore leveraging this on Linux
- cerebro
- catfs
- lzop
- mas

View file

@ -747,7 +747,11 @@ async function beforeInstall(packageManager) {
} else if (packageManager === 'brew' || packageManager === 'cask') {
if (!brewUpdated) {
brewUpdated = true
runCommand('Running brew update', `brew update`)
try {
runCommand('Running brew update', `brew update`)
} catch (e) {
log('error', 'Homebrew', 'Failed while running brew update')
}
}
} else if (packageManager === 'cargo') {
} else if (packageManager === 'choco') {