From cb60aca38a533b73f82755b87cf3b5e4475b5017 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 11 May 2025 17:16:18 +0200 Subject: [PATCH] addet swww installation --- swww.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/swww.sh b/swww.sh index 15cfb6e..d4cc563 100644 --- a/swww.sh +++ b/swww.sh @@ -54,6 +54,7 @@ cd $cloneDir/swww || echo_error "error.." + echo_info "Building swww from source.." if run cargo build --release; then echo_info "Installing swww and swww-daemon to /bin" run $_sudo cp target/release/swww{,-daemon} /bin/