mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 07:29:59 -07:00
Fix installation from source again
Fix https://github.com/EFForg/rayhunter/issues/630 A better fix would be to automatically infer the right path based on what's available. Maybe based on cfg!(debug_assertions)? idk too fancy.
This commit is contained in:
committed by
Cooper Quintin
parent
ce8cbb743f
commit
fa5c2bf5d1
@@ -51,7 +51,8 @@ cargo build -p rootshell --bin rootshell --target armv7-unknown-linux-musleabihf
|
||||
|
||||
# Replace 'orbic' with your device type if different.
|
||||
# A list of possible values can be found with 'cargo run --bin installer help'.
|
||||
cargo run -p installer --bin installer orbic
|
||||
# Use FILE_RAYHUNTER_DAEMON to specify the daemon binary path when using development builds:
|
||||
FILE_RAYHUNTER_DAEMON=$PWD/target/armv7-unknown-linux-musleabihf/firmware-devel/rayhunter-daemon cargo run -p installer --bin installer orbic
|
||||
```
|
||||
|
||||
### If you're on Windows or can't run the install scripts
|
||||
|
||||
Reference in New Issue
Block a user