You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(not sure if im dumb but i can't find the repo for docs.palera.in so pardon moi)
The instructions for installing palera1n on Linux are mostly correct, but the "Downloading palera1n" heading seems to be for macOS. In particular:
- Open Terminal.app and copy & paste the following command. This will download palera1n to your system and let you jailbreak.+ Open your terminal (probably one of Terminal, Console, Konsole, Kitty, Alacritty, or WezTerm) and copy & paste the following command. This will download palera1n to your system and let you jailbreak.
sudo /bin/sh -c "$(curl -fsSL https://static.palera.in/scripts/install.sh)"
You can now run palera1n anywhere on your machine, so theres no need to re-run the previous download command when trying to re-jailbreak. Only use that command again if you’re on an outdated version of palera1n and want to update.
Manual method (Alternative) (Advanced)
Incase you want to instead download palera1n manually, thats also an option too!
You can find the links to the raw binaries here. Make sure to tick the “Assets” to expand and see all of the files.
# Download the binary (will most likely end up in '~')
curl -LO <link to binary>
# This will give it the necessary permissions to execute
chmod +x /path/to/binary
- If you’re not using curl to download, and rather would just click on the file and download through your browser, you would need to run xattr -c /path/to/binary as well as the chmod command so you are able to get through macOS’s gatekeeper.
If all goes well the binary should be able to be executed now.
The text was updated successfully, but these errors were encountered:
(not sure if im dumb but i can't find the repo for docs.palera.in so pardon moi)
The instructions for installing palera1n on Linux are mostly correct, but the "Downloading palera1n" heading seems to be for macOS. In particular:
The text was updated successfully, but these errors were encountered: