From 22be337f622dfa55171521c16b246d8938edb8bb Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 4 Nov 2025 15:01:35 +0100 Subject: [PATCH] rephrase warning msg --- installer/src/orbic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/src/orbic.rs b/installer/src/orbic.rs index e427366..135d3f0 100644 --- a/installer/src/orbic.rs +++ b/installer/src/orbic.rs @@ -62,7 +62,7 @@ async fn confirm() -> Result { 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")]