refactor: update Fedora detection in compatibility check
All checks were successful
Nix Format Check / check-format (push) Successful in 38s

This commit is contained in:
Menno van Leeuwen 2025-01-22 15:34:32 +01:00
parent 114d30e1b5
commit 0c6a0d5b16
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -402,7 +402,7 @@ check_compatibility() {
distro=$(awk -F= '/^NAME/{print $2}' /etc/os-release | tr -d '"')
case "$distro" in
Fedora Linux)
Fedora*)
log_success "Detected Fedora. Proceeding with setup..."
check_command_availibility "dnf"
;;