diff --git a/install_with_sshrd.md b/install_with_sshrd.md index 280f1be..9d699c1 100644 --- a/install_with_sshrd.md +++ b/install_with_sshrd.md @@ -1,6 +1,6 @@ # 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 +1. download this tar and extract it https://github.com/opa334/TrollStore/releases/latest/download/TrollStore.tar 2. run `git clone https://github.com/verygenericname/SSHRD_Script --recursive && cd SSHRD_Script` @@ -19,19 +19,19 @@ 9. For the app you would like to replace, run `grep -r "" .` - you can put something like Tips, must be a deletable system app -10. look for a filepath that looks like .//.app +10. look for a filepath that looks like `.//.app` 11. run `cd /.app` -12. run `mv appname _TROLLSTORE_BACKUP` +12. run `mv _TROLLSTORE_BACKUP` 13. Now, in another terminal window, cd into the folder of the tar you extracted earlier -14. Run `scp -P222 PersistenceHelper root@localhost:/mnt2/containers/Bundle/Application//.app/` +14. Run `scp -P2222 PersistenceHelper root@localhost:/mnt2/containers/Bundle/Application//.app/` -15. Run `scp -P222 trollstorehelper root@localhost:/mnt2/containers/Bundle/Application//.app/trollstorehelper` +15. Run `scp -P2222 trollstorehelper root@localhost:/mnt2/containers/Bundle/Application//.app/trollstorehelper` -16. In the window you sshed into the phone in, run `chown 33 & chmod 755 trollstorehelper`, `chown 0 trollstorehelper`, and run `reboot`, your phone will reboot into iOS +16. In the window you sshed into the phone in, run `chown 33 & chmod 755 trollstorehelper & chown 0 trollstorehelper`, and run `reboot`, your phone will reboot into iOS 17. Open up the app you replaced, it should show some buttons like install trollstore, click install trollstore