From bc08a33c4acab33b62ba7b82fb4b6ec194d82365 Mon Sep 17 00:00:00 2001 From: Yaya4 <34249303+Yaya48@users.noreply.github.com> Date: Tue, 4 Aug 2020 18:52:15 +0200 Subject: [PATCH] Update installuncursus.sh --- installuncursus.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installuncursus.sh b/installuncursus.sh index 0b64740..ebe8eb6 100644 --- a/installuncursus.sh +++ b/installuncursus.sh @@ -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" -apt update -apt install org.coolstar.sileo -y --allow-unauthenticated +wget -q https://github.com/Yaya48/uncursusrepo/raw/master/debs/org.coolstar.sileo_1.8.7_iphoneos-arm.deb --directory-prefix=/User/Documents/uncursus/ +dpkg -i /User/Documents/uncursus/org.coolstar.sileo_1.8.7_iphoneos-arm.deb 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