addet swww installation

This commit is contained in:
pika 2025-05-11 17:16:18 +02:00
parent f682480794
commit cb60aca38a

View file

@ -54,6 +54,7 @@
cd $cloneDir/swww || echo_error "error.." cd $cloneDir/swww || echo_error "error.."
echo_info "Building swww from source.."
if run cargo build --release; then if run cargo build --release; then
echo_info "Installing swww and swww-daemon to /bin" echo_info "Installing swww and swww-daemon to /bin"
run $_sudo cp target/release/swww{,-daemon} /bin/ run $_sudo cp target/release/swww{,-daemon} /bin/