mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-06-07 13:41:54 -07:00
Replace wrong make.sh command
This commit is contained in:
committed by
Cooper Quintin
parent
f6ff61f26b
commit
9d33c161b6
@@ -2,7 +2,7 @@
|
|||||||
pushd daemon/web
|
pushd daemon/web
|
||||||
npm run build
|
npm run build
|
||||||
popd
|
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 shell '/bin/rootshell -c "/etc/init.d/rayhunter_daemon stop"'
|
||||||
adb push target/armv7-unknown-linux-musleabihf/firmware-devel/rayhunter-daemon \
|
adb push target/armv7-unknown-linux-musleabihf/firmware-devel/rayhunter-daemon \
|
||||||
/data/rayhunter/rayhunter-daemon
|
/data/rayhunter/rayhunter-daemon
|
||||||
|
|||||||
Reference in New Issue
Block a user