From e8230f51868493e637359b704f0f07403e35826c Mon Sep 17 00:00:00 2001 From: callum01020304 <48150082+callum01020304@users.noreply.github.com> Date: Sat, 13 Jun 2020 22:57:40 +0100 Subject: [PATCH 1/5] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 69c5033..6a4b364 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # Uncurus Procurus Bootstrap On u0 +Steps from yaya and me kind of +1 open cydia and install openssh +2 ssh into device and run apt update +3 run apt install cURL +4 run script on Linux/macOS/windows-putty +5 open sileo and upgrade all +6 profit -- 2.45.2 From 36a316c1d4907b4f89f477918413542bfcbb817f Mon Sep 17 00:00:00 2001 From: Yaya4 <34249303+Yaya48@users.noreply.github.com> Date: Sun, 14 Jun 2020 00:00:02 +0200 Subject: [PATCH 2/5] Fix Bugs --- installall.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/installall.sh b/installall.sh index ff8b6f7..6382af8 100644 --- a/installall.sh +++ b/installall.sh @@ -26,18 +26,18 @@ dpkg -i /User/Documents/Uncursus/DebProcurusSystem/*.deb echo "Done. Create Custom Directory For Download All Files Requied. Path (/User/Documents/)." mkdir /User/Documents/Uncursus/u0 wget https://github.com/Yaya48/Uncursus/blob/new/DebPatch.zip?raw=true --directory-prefix=/User/Documents/Uncursus/ -unzip /User/Documents/Uncursus/DebPatch.zip?raw\=true -d /User/Documents/DebPatch +unzip /User/Documents/Uncursus/DebPatch.zip?raw\=true -d /User/Documents/Uncursus/DebPatch rm -rf /usr/bin/cyinject wget https://apt.bingner.com/debs/1443.00/com.ex.substitute_0.1.14_iphoneos-arm.deb --directory-prefix=/User/Documents/Uncursus/u0 wget https://apt.bingner.com/debs/1443.00/com.saurik.substrate.safemode_0.9.6003_iphoneos-arm.deb --directory-prefix=/User/Documents/Uncursus/u0 echo "Done. Installing necessary debs for patch." -dpkg -i --force-all /User/Documents/Uncursus/coreutils.deb -dpkg -i --force-all /User/Documents/Uncursus/xz-utils.deb -dpkg -i --force-all /User/Documents/Uncursus/coreutils-bin_8.31-1_all.deb -dpkg -i --force-all /User/Documents/Uncursus/libssl.deb -dpkg -i --force-all /User/Documents/Uncursus/lzma.deb -dpkg -i --force-all /User/Documents/Uncursus/ncurses5-libs_5.9-1_all.deb -dpkg -i --force-all /User/Documents/Uncursus/xz_5.2.4-4_all.deb +dpkg -i --force-all /User/Documents/Uncursus/DebPatch/coreutils.deb +dpkg -i --force-all /User/Documents/Uncursus/DebPatch/xz-utils.deb +dpkg -i --force-all /User/Documents/Uncursus/DebPatch/coreutils-bin_8.31-1_all.deb +dpkg -i --force-all /User/Documents/Uncursus/DebPatch/libssl.deb +dpkg -i --force-all /User/Documents/Uncursus/DebPatch/lzma.deb +dpkg -i --force-all /User/Documents/Uncursus/DebPatch/ncurses5-libs_5.9-1_all.deb +dpkg -i --force-all /User/Documents/Uncursus/DebPatch/xz_5.2.4-4_all.deb dpkg -i --force-all /User/Documents/Uncursus/u0/com.ex.substitute_0.1.14_iphoneos-arm.deb.deb com.saurik.substrate.safemode_0.9.6003_iphoneos-arm.deb echo "Done. Running Firmware Configuration (./firmware.sh)" /usr/libexec/firmware -- 2.45.2 From b880f9b39210684d7fae14292cefcd17fe899655 Mon Sep 17 00:00:00 2001 From: Knuckles approver <48150082+knuckelsapprover@users.noreply.github.com> Date: Sat, 13 Jun 2020 23:05:31 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a4b364..61d953e 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ Steps from yaya and me kind of 2 ssh into device and run apt update 3 run apt install cURL 4 run script on Linux/macOS/windows-putty -5 open sileo and upgrade all +5 open sileo 6 profit -- 2.45.2 From 0883a2525b7bc45d9f8d4cbebbc4efef3cd78595 Mon Sep 17 00:00:00 2001 From: Yaya4 <34249303+Yaya48@users.noreply.github.com> Date: Sun, 14 Jun 2020 00:30:20 +0200 Subject: [PATCH 4/5] First Beta Release All Bugs Fixed Should Good Now --- installall.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/installall.sh b/installall.sh index 6382af8..ce6879c 100644 --- a/installall.sh +++ b/installall.sh @@ -2,7 +2,7 @@ if [ "$EUID" -ne 0 ]; then echo Please run this script as root. else -echo -e "\e[31mWelcome to Uncursus Install Script V0.5.2.3 (Alha) By @Yaya4_4 Follow Me On Twitter Pls.\e[0m" +echo -e "\e[31mWelcome to Uncursus Install Script V1.0.2 (Beta) By @Yaya4_4 Follow Me On Twitter Pls.\e[0m" echo "WARNING : THIS IS IN ALPHA A9-A11 IS ONLY SUPPORTED IM NOT RESPONSABLE IF ANYTHING GOES WRONG" echo "If you found bug pls create an issues in github ;)" echo "Enjoy :)" @@ -27,7 +27,7 @@ echo "Done. Create Custom Directory For Download All Files Requied. Path (/User/ mkdir /User/Documents/Uncursus/u0 wget https://github.com/Yaya48/Uncursus/blob/new/DebPatch.zip?raw=true --directory-prefix=/User/Documents/Uncursus/ unzip /User/Documents/Uncursus/DebPatch.zip?raw\=true -d /User/Documents/Uncursus/DebPatch -rm -rf /usr/bin/cyinject +rm -rf /usr/bin/cynject wget https://apt.bingner.com/debs/1443.00/com.ex.substitute_0.1.14_iphoneos-arm.deb --directory-prefix=/User/Documents/Uncursus/u0 wget https://apt.bingner.com/debs/1443.00/com.saurik.substrate.safemode_0.9.6003_iphoneos-arm.deb --directory-prefix=/User/Documents/Uncursus/u0 echo "Done. Installing necessary debs for patch." @@ -38,12 +38,12 @@ dpkg -i --force-all /User/Documents/Uncursus/DebPatch/libssl.deb dpkg -i --force-all /User/Documents/Uncursus/DebPatch/lzma.deb dpkg -i --force-all /User/Documents/Uncursus/DebPatch/ncurses5-libs_5.9-1_all.deb dpkg -i --force-all /User/Documents/Uncursus/DebPatch/xz_5.2.4-4_all.deb -dpkg -i --force-all /User/Documents/Uncursus/u0/com.ex.substitute_0.1.14_iphoneos-arm.deb.deb com.saurik.substrate.safemode_0.9.6003_iphoneos-arm.deb +dpkg -i --force-all /User/Documents/Uncursus/u0/*.deb echo "Done. Running Firmware Configuration (./firmware.sh)" /usr/libexec/firmware echo "BootStrap Installions Done. The Installer Clean The Installions" #rm -rf /User/Documents/Uncursus/ -rm /etc/apt/source.list.d/odyssey.sources +rm /etc/apt/sources.list.d/odyssey.sources echo "All Done." killall SpringBoard fi -- 2.45.2 From 3e18aea88bf0468b6675b28ba7e88a47bb323911 Mon Sep 17 00:00:00 2001 From: Knuckles approver <48150082+knuckelsapprover@users.noreply.github.com> Date: Sun, 14 Jun 2020 01:00:30 +0100 Subject: [PATCH 5/5] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 61d953e..5ebb997 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,6 @@ Steps from yaya and me kind of 4 run script on Linux/macOS/windows-putty 5 open sileo 6 profit +Side note this is really stable so far +And A12-13 devices are not supported at this time +So please do not install it on them please and thank you. -- 2.45.2