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/