diff --git a/swww.sh b/swww.sh index d8acba4..773b5b8 100644 --- a/swww.sh +++ b/swww.sh @@ -54,9 +54,9 @@ cd $cloneDir/swww || echo_error "error.." - echo_pkg build "Building swww from source.." + echo_pkg build if run cargo build --release; then - echo_pkg install "Installing swww and swww-daemon to /bin" + echo_pkg install $_sudo cp target/release/swww{,-daemon} /bin/ else echo_error "Could not build with cargo build --release.."