minor conciseness issues..
This commit is contained in:
parent
d250365cc1
commit
5fd2040977
1 changed files with 2 additions and 2 deletions
4
swww.sh
4
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.."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue