Update .local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_before_90-install-packages.tmpl
This commit is contained in:
parent
9cc7669f04
commit
f54cf75dad
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
{{- includeTemplate "universal/profile" }}
|
||||
{{- includeTemplate "universal/logg" }}
|
||||
|
||||
# software: {{ index .softwareGroups .host.softwareGroup | join " " }}
|
||||
# software: {{ fromYaml (index .softwareGroups .host.softwareGroup) | join " " }}
|
||||
|
||||
if command -v install-program > /dev/null; then
|
||||
if command -v zx > /dev/null; then
|
||||
|
|
Loading…
Reference in a new issue