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