Update installuncursus.sh

This commit is contained in:
Yaya4 2020-08-08 18:10:56 +02:00 committed by GitHub
parent 0ea384734a
commit 6f055764e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ echo "Package: *" > /etc/apt/preferenced.d/odyssey
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
wget -O - https://github.com/Yaya48/uncursusrepo/raw/master/keyFile | sudo apt-key add -
wget -q -O - https://github.com/Yaya48/uncursusrepo/raw/master/keyFile | sudo apt-key add -
apt update
echo "Done. Installing Sileo"
apt install org.coolstar.sileo -y