add support for Fedora linux

This commit is contained in:
2024-06-20 12:52:20 -04:00
parent e5c3667a18
commit 21d9b694ff
4 changed files with 14 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ echo "[-] Running post-installation script [-]"
{{- if eq .chezmoi.osRelease.id "alpine" }}
echo "Alpine Linux detected"
{{- else if eq .chezmoi.osRelease.id "fedora" }}
echo "Fedora Linux detected"
{{- else if (eq .chezmoi.osRelease.id "debian" "ubuntu" "zorin") }}
echo "Debian-based Linux detected"