From 692edc0bab5b817b8c1bdb705d736f6612167d53 Mon Sep 17 00:00:00 2001 From: Nathan <87825638+verygenericname@users.noreply.github.com> Date: Tue, 6 Sep 2022 19:15:35 -0400 Subject: [PATCH] Update install_with_sshrd.md --- install_with_sshrd.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/install_with_sshrd.md b/install_with_sshrd.md index ec85b0e..3527cfe 100644 --- a/install_with_sshrd.md +++ b/install_with_sshrd.md @@ -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 ` 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 /appname.app + +11. run `cd /appname.app