Update .local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_10-install-packages.tmpl
This commit is contained in:
parent
3fc7252037
commit
bca64e9f52
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
{{- includeTemplate "universal/logg" }}
|
{{- includeTemplate "universal/logg" }}
|
||||||
|
|
||||||
# software: {{ index .softwareGroups .host.softwareGroup | toString | replace "[" "" | replace "]" "" }}
|
# software: {{ index .softwareGroups .host.softwareGroup | toString | replace "[" "" | replace "]" "" }}
|
||||||
|
# software map: {{ include (joinPath .chezmoi.homeDir ".local" "share" "chezmoi" "software.yml") | sha256sum }}
|
||||||
|
|
||||||
if command -v install-program > /dev/null; then
|
if command -v install-program > /dev/null; then
|
||||||
if command -v zx > /dev/null; then
|
if command -v zx > /dev/null; then
|
||||||
|
|
Loading…
Reference in a new issue