From 06c27aac637ebe869a3fc3919bc3bd32d800ce7c Mon Sep 17 00:00:00 2001 From: MeexReay Date: Mon, 21 Apr 2025 20:27:32 +0300 Subject: [PATCH] wym you build project in install.sh? --- install.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/install.sh b/install.sh index 0854c32..a037e7d 100755 --- a/install.sh +++ b/install.sh @@ -5,15 +5,6 @@ if [[ $EUID -ne 0 ]]; then exit 1 fi -if [ ! -f bRAC ]; then - if cargo build -r; then - cp target/release/bRAC . - else - echo "There is no bRAC binary" - exit 1 - fi -fi - cp bRAC /bin/bRAC chmod +x /bin/bRAC cp ru.themixray.bRAC.png /usr/share/pixmaps