Update dotfiles/.local/share/chezmoi/home/.chezmoiscripts/_universal/run_onchange_before_90-install-packages.tmpl
This commit is contained in:
parent
7269f2f09e
commit
c0afd43e05
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
{{- includeTemplate "universal/profile" }}
|
||||
{{- includeTemplate "universal/logg" }}
|
||||
|
||||
# software: {{ join (get .softwareGroups .host.softwareGroup) " " }}
|
||||
|
||||
if command -v install-software > /dev/null; then
|
||||
|
|
Loading…
Reference in a new issue