refactor: update Fedora detection in compatibility check
All checks were successful
Nix Format Check / check-format (push) Successful in 38s
All checks were successful
Nix Format Check / check-format (push) Successful in 38s
This commit is contained in:
2
setup.sh
2
setup.sh
@ -402,7 +402,7 @@ check_compatibility() {
|
|||||||
distro=$(awk -F= '/^NAME/{print $2}' /etc/os-release | tr -d '"')
|
distro=$(awk -F= '/^NAME/{print $2}' /etc/os-release | tr -d '"')
|
||||||
|
|
||||||
case "$distro" in
|
case "$distro" in
|
||||||
Fedora Linux)
|
Fedora*)
|
||||||
log_success "Detected Fedora. Proceeding with setup..."
|
log_success "Detected Fedora. Proceeding with setup..."
|
||||||
check_command_availibility "dnf"
|
check_command_availibility "dnf"
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user