From 53228ddbb9529bff82153b95961582c7a5778337 Mon Sep 17 00:00:00 2001 From: pika Date: Fri, 16 May 2025 09:55:35 +0200 Subject: [PATCH] testing --- hyprgraphics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprgraphics.sh b/hyprgraphics.sh index 45a6226..c1de553 100644 --- a/hyprgraphics.sh +++ b/hyprgraphics.sh @@ -44,7 +44,7 @@ getImports() { } checkComp() { - if ! $arch || ! $debian; then + if ! $arch && ! $debian; then echo_error "Your distro $distro is not compatible with this script" return 69 fi