From 0c6a0d5b1624f72e6b77615011ac4032d085a588 Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Wed, 22 Jan 2025 15:34:32 +0100 Subject: [PATCH] refactor: update Fedora detection in compatibility check --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 79785bc..42c374f 100755 --- a/setup.sh +++ b/setup.sh @@ -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" ;;