mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-18 13:58:10 -07:00
update make to use firmware profile
This commit is contained in:
committed by
Cooper Quintin
parent
60daf4b716
commit
5e2058e7ac
@@ -2,8 +2,8 @@
|
|||||||
pushd bin/web
|
pushd bin/web
|
||||||
npm run build
|
npm run build
|
||||||
popd
|
popd
|
||||||
cargo build --release --target="armv7-unknown-linux-musleabihf" #--features debug
|
cargo build --profile firmware --target="armv7-unknown-linux-musleabihf" #--features debug
|
||||||
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/release/rayhunter-daemon /data/rayhunter/rayhunter-daemon
|
adb push target/armv7-unknown-linux-musleabihf/firmware/rayhunter-daemon /data/rayhunter/rayhunter-daemon
|
||||||
echo "rebooting the device..."
|
echo "rebooting the device..."
|
||||||
adb shell '/bin/rootshell -c "reboot"'
|
adb shell '/bin/rootshell -c "reboot"'
|
||||||
|
|||||||
Reference in New Issue
Block a user