Remove mentions of tplink-start-telnet and orbic-start-telnet

This commit is contained in:
Markus Unterwaditzer
2025-11-16 18:47:30 +01:00
committed by Will Greenberg
parent 516e878661
commit 2a8fee25f9
4 changed files with 7 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ According to [FCC ID 2APQU-K779HSDL](https://fcc.report/FCC-ID/2APQU-K779HSDL),
Connect to the hotspot's network using WiFi or USB tethering and run:
```sh
./installer orbic-network --admin-password 'mypassword'
./installer orbic --admin-password 'mypassword'
```
The password (in place of `mypassword`) is under the battery.
@@ -38,5 +38,5 @@ The password (in place of `mypassword`) is under the battery.
## Obtaining a shell
```sh
./installer util orbic-start-telnet
./installer util orbic-shell
```