Update documentation and remove old installer scripts

This commit is contained in:
Markus Unterwaditzer
2025-05-03 23:05:01 +02:00
committed by Cooper Quintin
parent 7418cc19b3
commit e3acfe9144
4 changed files with 1 additions and 162 deletions

View File

@@ -86,7 +86,7 @@ async fn tplink_run_install(skip_sdcard: bool, admin_ip: String) -> Result<(), E
#[cfg(not(feature = "vendor"))]
let rayhunter_daemon_bin =
&tokio::fs::read("target/armv7-unknown-linux-gnueabihf/release/rayhunter-daemon").await?;
&tokio::fs::read("target/armv7-unknown-linux-musleabihf/release/rayhunter-daemon").await?;
telnet_send_file(addr, "/media/card/rayhunter-daemon", rayhunter_daemon_bin).await?;
telnet_send_file(