mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-05-05 21:18:02 +03:00
wym you build project in install.sh?
This commit is contained in:
parent
2a3473853b
commit
06c27aac63
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user