From aca60a2fde12b605cea793271c7a7dc77e770fe5 Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Wed, 12 Mar 2025 10:49:29 +0100 Subject: [PATCH] fixed typo --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 7df708c..64174ca 100755 --- a/setup.sh +++ b/setup.sh @@ -406,7 +406,7 @@ check_compatibility() { log_success "Detected Ubuntu. Proceeding with setup..." check_command_availibility "apt" ;; - Debian*)" + Debian*) check_command_availibility "apt" ;; *)