dont crash when no .chezmoi.osRelease

This commit is contained in:
Robert Perce 2026-03-30 23:52:26 -05:00
parent c653422734
commit 20e78c7e2e

View file

@ -13,7 +13,7 @@ README.md
.local/share/nwg-look .local/share/nwg-look
{{- end }} {{- end }}
{{- if eq .chezmoi.osRelease.id "arch" | not }} {{- if and (index "osRelease" .chezmoi) (eq .chezmoi.osRelease.id "arch") | not }}
bin/quickaur bin/quickaur
{{- end }} {{- end }}