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