A theos install script edited to work with palera1n.
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.
Just follow the installation instructions from the official theos docs but use:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/JordanEJ/Palera1n-Theos-Installer/main/install-theos)"
Instead of:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/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.