From 9332d54c5b3a7e350d1e5a979eec7eae30593409 Mon Sep 17 00:00:00 2001 From: Yaya4 <34249303+Yaya48@users.noreply.github.com> Date: Tue, 4 Aug 2020 15:14:55 +0200 Subject: [PATCH] Install last sileo --- installuncursus.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installuncursus.sh b/installuncursus.sh index a4122e7..0b64740 100644 --- a/installuncursus.sh +++ b/installuncursus.sh @@ -9,7 +9,7 @@ command -v curl >/dev/null 2>&1 || need+="curl " command -v wget >/dev/null 2>&1 || need+="wget " clear echo "Copyright (c) 2020, Yaya4 All rights reserved." -echo -e "\e[31mWelcome to Uncursus Installation Script V2.0.2 (Stable) By @Yaya4_4 on Twitter.\e[0m" +echo -e "\e[31mWelcome to Uncursus Installation Script V2.0.3 (Stable) By @Yaya4_4 on Twitter.\e[0m" echo "Checking if this script is running on ARM Darwin" if [ $(uname) = "Linux" ]; then if [ $(uname -p) = "x86_64" ]; then @@ -58,8 +58,8 @@ echo "Pin: release n=uncursus-ios" >> /etc/apt/preferenced.d/odyssey echo "Pin-Priority: 1001" >> /etc/apt/preferenced.d/odyssey echo "" >> /etc/apt/preferenced.d/odyssey echo "Done. Installing Sileo" -wget -q https://github.com/coolstar/Odyssey-bootstrap/raw/master/org.coolstar.sileo_1.8.1_iphoneos-arm.deb --directory-prefix=/User/Documents/uncursus -dpkg -i /User/Documents/uncursus/org.coolstar.sileo_1.8.1_iphoneos-arm.deb +apt update +apt install org.coolstar.sileo -y --allow-unauthenticated echo "Done. Downloading necessities" wget -q https://yaya48.gq/files/uncursus/debpatch.zip --directory-prefix=/User/Documents/uncursus/ unzip /User/Documents/uncursus/debpatch.zip -d /User/Documents/uncursus/debpatch