From f9d74b1a445d2649498cbc13522765f6016998bd Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 11 May 2025 17:51:43 +0200 Subject: [PATCH] wip --- swww.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swww.sh b/swww.sh index 94305cc..8fdcc64 100644 --- a/swww.sh +++ b/swww.sh @@ -38,7 +38,7 @@ echo_info "Installing build dependencies.." local deps=(git xdg-output liblz4-dev wayland-protocols) echo "DEBUG: Installing ${deps[@]}" - checkAndInstall "${deps}" + checkAndInstall "${deps[@]}" if ! command_exists cargo; then curl --proto '=https' --tlsv1.2 -sSf "https://sh.rustup.rs" | sh