wym you build project in install.sh?

This commit is contained in:
MeexReay 2025-04-21 20:27:32 +03:00
parent 2a3473853b
commit 06c27aac63

View File

@ -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