From 65d4f22e091c573dbb154497a693b28616aec76a Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 22 Oct 2025 21:58:36 +0200 Subject: [PATCH] correct port in documentation --- doc/orbic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/orbic.md b/doc/orbic.md index e27edbd..76c35bb 100644 --- a/doc/orbic.md +++ b/doc/orbic.md @@ -47,4 +47,4 @@ After running through the installation procedure, you can obtain a root shell by running `adb shell` or `./installer util shell`. Then, inside of that shell you can run `/bin/rootshell` to obtain "fakeroot." -If you are using the network installer, there will not be a rootshell and ADB will not be enabled by the installer. Instead you can use `./installer util orbic-start-telnet` and connect to the hotspot using `nc 192.168.1.1 23`. On Windows you might not have `nc` and will have to use WSL for that. +If you are using the network installer, there will not be a rootshell and ADB will not be enabled by the installer. Instead you can use `./installer util orbic-start-telnet` and connect to the hotspot using `nc 192.168.1.1 24`. On Windows you might not have `nc` and will have to use WSL for that.