Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1018 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 1018 Bytes

WARNING: This is a work in progress. It worked for me but might not for you.

Palera1n-Theos-Installer

A theos install script edited to work with palera1n.

Explanation:

When trying to install theos on iOS I kept on getting errors because the Palera1n strap repo is apparently unsigned. you could normally fix this by removing that repo but Palera1n strap is required and therefore unremovable. I have rewritten it so that it allows you to install even with unsigned repos.

Usage:

Just follow the installation instructions from the official theos docs but use:

bash -c "$(curl -fsSL https://github.com/raw/JordanEJ/Palera1n-Theos-Installer/main/install-theos)"

Instead of:

bash -c "$(curl -fsSL https://github.com/raw/theos/theos/master/bin/install-theos)"

As I have removed the -y option when installing theos you may have to manualy type "y" multiple times to confirm you want to install certian packages.