rephrase warning msg

This commit is contained in:
Markus Unterwaditzer
2025-11-04 15:01:35 +01:00
committed by Cooper Quintin
parent 6326c5e783
commit 22be337f62
+1 -1
View File
@@ -62,7 +62,7 @@ async fn confirm() -> Result<bool> {
pub async fn install() -> Result<()> {
println!(
"WARNING: The orbic USB installer is likely to go away in a future version of Rayhunter. Consider using ./installer orbic instead."
"WARNING: The orbic USB installer is not recommended for most usecases. Consider using ./installer orbic instead, unless you want ADB access for other purposes."
);
#[cfg(target_os = "windows")]