From 65da0103d8ccc700c6675e01168f802e8a0e0dad Mon Sep 17 00:00:00 2001 From: pika Date: Fri, 16 May 2025 10:17:43 +0200 Subject: [PATCH] wip --- hyprlock.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hyprlock.sh b/hyprlock.sh index 5ec0a38..4401b55 100644 --- a/hyprlock.sh +++ b/hyprlock.sh @@ -42,6 +42,13 @@ getImports() { rm "$import" } +checkComp() { + if ! $arch && ! $debian; then + echo_error "Your distro $distro is not compatible with this script" + return 69 + fi +} + getDependencies() { echo_info "Checking build dependencies.."