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.."