lammeo / checkn1x

Linux-based ISOs for jailbreaking iOS devices w/ checkra1n.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

checkn1x

Linux-based distribution for jailbreaking iOS devices w/ checkra1n.

Downloads

Downloads are available under releases.

Usage

  • If you are unsure which one to download, use the amd64 one.
  1. Download Etcher
  2. Open the .iso you downloaded.
  3. Write it to your USB drive.
  4. Reboot and enter your BIOS's boot menu.
  5. Select the USB drive.

Building

Edit ARCH and the corresponding CRSOURCE.

Add something to the VERSION string if you want to redistribute your image, i.e. 1.0.6-foo.

# debian-based systems
sudo ./build.sh

# docker containers
docker run -it -v $(pwd):/app --rm --privileged debian:sid "cd /app && /app/build.sh"

About

Linux-based ISOs for jailbreaking iOS devices w/ checkra1n.

License:MIT License


Languages

Language:Shell 100.0%