From 62f13c508c3513432dadd626c8f9b05296ca9291 Mon Sep 17 00:00:00 2001 From: pika Date: Fri, 16 May 2025 11:33:04 +0200 Subject: [PATCH] wip --- hyprlock.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hyprlock.sh b/hyprlock.sh index 7a08306..76b6847 100644 --- a/hyprlock.sh +++ b/hyprlock.sh @@ -54,6 +54,13 @@ checkComp() { echo_error "Your distro $distro is not compatible with this script" return 69 fi + + if $debian; then + if ! $trixie; then + echo_error "Your debian version is not compatible with this script" + return 69 + fi + fi } getDependencies() {