From 8f60af39f933d2ef2301068723cba8f16ba2971d Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 11 May 2025 17:54:21 +0200 Subject: [PATCH] wip --- swww.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swww.sh b/swww.sh index 8fdcc64..eae467c 100644 --- a/swww.sh +++ b/swww.sh @@ -37,7 +37,7 @@ checkBuildDependencies() { echo_info "Installing build dependencies.." local deps=(git xdg-output liblz4-dev wayland-protocols) - echo "DEBUG: Installing ${deps[@]}" + # echo "DEBUG: Installing ${deps[@]}" checkAndInstall "${deps[@]}" if ! command_exists cargo; then