diff --git a/run_once_after_install2.sh.tmpl b/run_once_after_install2.sh.tmpl index 0b681d3..5c4d8ae 100644 --- a/run_once_after_install2.sh.tmpl +++ b/run_once_after_install2.sh.tmpl @@ -7,7 +7,7 @@ echo "[-] Running post-installation script [-]" {{- if eq .chezmoi.osRelease.id "alpine" }} echo "Alpine Linux detected" -{{- else if eq .chezmoi.osRelease.id "fedora" }} +{{- else if eq .chezmoi.osRelease.idLike "fedora" }} echo "Fedora Linux detected" {{- else if (eq .chezmoi.osRelease.id "debian" "ubuntu" "zorin") }}