Update 2 files
- /home/.chezmoidata.yaml - /home/dot_local/bin/executable_install-program
This commit is contained in:
parent
22a545a1d1
commit
f4102815d6
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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') {
|
||||
|
|
Loading…
Reference in a new issue