Update dotfiles/.local/share/chezmoi/home/.chezmoiscripts/_universal/run_onchange_before_90-install-packages.tmpl
This commit is contained in:
parent
a0104685fc
commit
11bc398937
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ if command -v install-software > /dev/null; then
|
||||||
if command -v zx > /dev/null; then
|
if command -v zx > /dev/null; then
|
||||||
logg 'Installing packages defined in .chezmoidata.yaml under the .softwareGroups key'
|
logg 'Installing packages defined in .chezmoidata.yaml under the .softwareGroups key'
|
||||||
logg 'Installing: {{ index .softwareGroups .host.softwareGroup | join " " }}'
|
logg 'Installing: {{ index .softwareGroups .host.softwareGroup | join " " }}'
|
||||||
zx install-software {{ index .softwareGroups .host.softwareGroup | join " " }}
|
install-software {{ index .softwareGroups .host.softwareGroup | join " " }}
|
||||||
else
|
else
|
||||||
logg error '`zx` is not available'
|
logg error '`zx` is not available'
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue