Update dotfiles/.local/share/chezmoi/home/.chezmoiscripts/_universal/run_onchange_before_90-install-packages.tmpl

This commit is contained in:
Brian Zalewski 2022-11-28 02:12:39 +00:00
parent a0104685fc
commit 11bc398937

View file

@ -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