mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-30 10:49:26 -07:00
Replace wrong make.sh command
This commit is contained in:
committed by
Cooper Quintin
parent
f6ff61f26b
commit
9d33c161b6
2
make.sh
2
make.sh
@@ -2,7 +2,7 @@
|
||||
pushd daemon/web
|
||||
npm run build
|
||||
popd
|
||||
cargo build --profile firmware-devel --bin rayhunter-daemon --target="armv7-unknown-linux-musleabihf" #--features debug
|
||||
cargo build-daemon-firmware-devel
|
||||
adb shell '/bin/rootshell -c "/etc/init.d/rayhunter_daemon stop"'
|
||||
adb push target/armv7-unknown-linux-musleabihf/firmware-devel/rayhunter-daemon \
|
||||
/data/rayhunter/rayhunter-daemon
|
||||
|
||||
Reference in New Issue
Block a user