From 885a7046b036e20a7e8408c515dca2e50a6cd88b Mon Sep 17 00:00:00 2001 From: Brennan LeBlanc Date: Sat, 1 Aug 2020 22:47:00 -0300 Subject: [PATCH 1/2] Include info on SSH and how to use it Explains how to use SSH and what it is --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb333d7..acb2776 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ***Note: I recommend that you know what you're doing***
1) You don't need to restore rootfs anymore Tweaks/Apps Are saved
2) Refresh sources in Cydia and install `OpenSSH` and `Curl`
-3) Find the IP of your iDevice and connect via SSH on your computer.
+3) Find the IP of your iDevice and connect via SSH on your computer. Don't know what SSH is or how to use it? Refer to: https://www.hostinger.com/tutorials/ssh-tutorial-how-does-ssh-work
4) Use the following command in your SSH session for installation:
`/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Yaya48/Uncursus/new/installuncursus.sh)"`
5) Once your device resprings, launch Sileo and you're good to go.
From d46bca50e9c8d11ca67988db81906f5b88e98d08 Mon Sep 17 00:00:00 2001 From: Brennan LeBlanc Date: Sat, 1 Aug 2020 22:53:28 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acb2776..4df0f16 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ***Note: I recommend that you know what you're doing***
1) You don't need to restore rootfs anymore Tweaks/Apps Are saved
2) Refresh sources in Cydia and install `OpenSSH` and `Curl`
-3) Find the IP of your iDevice and connect via SSH on your computer. Don't know what SSH is or how to use it? Refer to: https://www.hostinger.com/tutorials/ssh-tutorial-how-does-ssh-work
+3) Find the IP of your iDevice and connect to it via SSH on your computer. Don't know what SSH is or how to use it? Refer to: https://www.hostinger.com/tutorials/ssh-tutorial-how-does-ssh-work
4) Use the following command in your SSH session for installation:
`/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Yaya48/Uncursus/new/installuncursus.sh)"`
5) Once your device resprings, launch Sileo and you're good to go.