From eeef42f4cbbb99767d00e005372264346bfa68f2 Mon Sep 17 00:00:00 2001 From: oopsbagel Date: Tue, 24 Jun 2025 17:08:39 -0700 Subject: [PATCH] doc(wingtech): ./installer not ./install --- doc/wingtech-ct2mhs01.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/wingtech-ct2mhs01.md b/doc/wingtech-ct2mhs01.md index 5ad9ca4..00dc9ef 100644 --- a/doc/wingtech-ct2mhs01.md +++ b/doc/wingtech-ct2mhs01.md @@ -51,12 +51,12 @@ Even when rayhunter is running, for security reasons the Wingtech will not have Use either command below to enable telnet or adb access: ```sh -./install util wingtech-start-telnet --admin-password 12345678 +./installer util wingtech-start-telnet --admin-password 12345678 telnet 192.168.1.1 ``` ```sh -./install util wingtech-start-adb --admin-password 12345678 +./installer util wingtech-start-adb --admin-password 12345678 adb shell ```