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

This commit is contained in:
Brian Zalewski 2022-11-27 19:48:50 +00:00
parent 7269f2f09e
commit c0afd43e05

View file

@ -1,5 +1,8 @@
#!/usr/bin/env bash #!/usr/bin/env bash
{{- includeTemplate "universal/profile" }}
{{- includeTemplate "universal/logg" }}
# software: {{ join (get .softwareGroups .host.softwareGroup) " " }} # software: {{ join (get .softwareGroups .host.softwareGroup) " " }}
if command -v install-software > /dev/null; then if command -v install-software > /dev/null; then