addet swww installation
This commit is contained in:
parent
f682480794
commit
cb60aca38a
1 changed files with 1 additions and 0 deletions
1
swww.sh
1
swww.sh
|
@ -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/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue