1
0
mirror of https://github.com/opa334/TrollStore.git synced 2025-02-17 11:05:40 +08:00
TrollStore/install_with_sshrd.md

25 lines
980 B
Markdown
Raw Normal View History

2022-09-07 07:15:35 +08:00
# Install TrollStore with a SSH Ramdisk (Linux and macOS only)
2022-09-07 07:05:17 +08:00
1. download this tar and extract it https://github.com/opa334/TrollStore/downloads/latest/TrollStore.tar
2022-09-07 07:07:39 +08:00
2. run `git clone https://github.com/verygenericname/SSHRD_Script --recursive && cd SSHRD_Script`
2022-09-07 07:05:17 +08:00
2022-09-07 07:07:39 +08:00
3. run `./sshrd.sh <latestipswlinkhere>`
2022-09-07 07:05:17 +08:00
2022-09-07 07:07:39 +08:00
4. run `./sshrd.sh boot` the device should start verbosing and say OK in ascii
2022-09-07 07:15:35 +08:00
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" .`
2022-09-07 07:16:39 +08:00
- you can put your own shsh for the second argument, although option
2022-09-07 07:15:35 +08:00
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