mirror of
https://github.com/Lakr233/vphone-cli.git
synced 2026-09-05 09:04:27 +00:00
Fix CFW install docs: iproxy needs its own terminal (#58)
iproxy 2222 22 is a blocking command, so it can't share a terminal with make cfw_install. Clarify that a third terminal is needed and note the "Running server" output as the cue to proceed. Closes #58
This commit is contained in:
@@ -91,11 +91,15 @@ make ramdisk_build # build signed SSH ramdisk
|
||||
make ramdisk_send # send to device
|
||||
```
|
||||
|
||||
Once connected, install CFW:
|
||||
Once the ramdisk is running (you should see `Running server` in the output), open a **third terminal** for the iproxy tunnel, then install CFW from terminal 2:
|
||||
|
||||
```bash
|
||||
# terminal 3 — keep running
|
||||
iproxy 2222 22
|
||||
```
|
||||
|
||||
```bash
|
||||
# terminal 2
|
||||
iproxy 2222 22
|
||||
make cfw_install
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user