Update install_with_sshrd.md

This commit is contained in:
Nathan 2022-09-06 19:15:35 -04:00 committed by GitHub
parent c5a6a3c380
commit 692edc0bab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Install TrollStore with a SSH Ramdisk
# Install TrollStore with a SSH Ramdisk (Linux and macOS only)
1. download this tar and extract it https://github.com/opa334/TrollStore/downloads/latest/TrollStore.tar
@ -7,3 +7,17 @@
3. run `./sshrd.sh <latestipswlinkhere>`
4. run `./sshrd.sh boot` the device should start verbosing and say OK in ascii
5. in a new terminal window, run `iproxy 2222 22`
6. In the previous window, run `ssh -p2222 root@localhost`, the pass is alpine
7. Now, in the same window, run `mount_filesystems`, if a error occurs please make a issue in the SSHRD_Script repo
8. Run `cd /mnt2/containers/Bundle/Application`
9. For the app you would like to replace, run `grep -r "appname" .`
10. Depending on the app you chose, doesn't have to be tips, a look for a filepath that looks like <udid>/appname.app
11. run `cd <udid>/appname.app