wip
This commit is contained in:
parent
ec7e73b367
commit
00cfc0e325
1 changed files with 2 additions and 0 deletions
2
swww.sh
2
swww.sh
|
@ -57,6 +57,8 @@
|
|||
if run cargo build --release; then
|
||||
echo_info "Installing swww and swww-daemon to /bin"
|
||||
run $_sudo cp target/release/swww{,-daemon} /bin/
|
||||
else
|
||||
echo_error "Could not build with cargo build --release.."
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue