diff --git a/dot_bashrc.d/executable_09.functions.tmpl b/dot_bashrc.d/executable_09.functions.tmpl index 2414270..77796a5 100755 --- a/dot_bashrc.d/executable_09.functions.tmpl +++ b/dot_bashrc.d/executable_09.functions.tmpl @@ -114,7 +114,7 @@ list-ssh-keys() { } {{ if eq .chezmoi.os "linux" }} -{{ if eq .chezmoi.osRelease.id "debian" }} +{{ if (or (eq .chezmoi.osRelease.id "debian" "raspbian") (eq .chezmoi.osRelease.idLike "debian")) }} # Show version of a Debian package debversion() { local pkgname="${1:?packagename required}"