Update .local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_10-install-packages.tmpl

This commit is contained in:
Brian Zalewski 2022-12-05 07:40:44 +00:00
parent 3fc7252037
commit bca64e9f52

View file

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