How to Run checkra1n on Linux or Windows
- Use Rufus to install it to a usb https://rufus.ie
- Boot from the usb by spamming f8 while rebooting with USB in (on most computers).
- Click try, not install when prompted
- When you’re in, go to http://checkra.in
- Download x86_64 for Linux
- Put it on desktop
- Open terminal
- Type the following commands and press return after each one
- cd ~/Desktop chmod 777 checkra1n
- ./checkra1n
- if you have some errors try
- sudo ./checkra1n
- Done
If you have Linux already installed
Don’t download checkra1n from the website in this case, run or install it from the terminal. If you download the files from webpage you will miss out on many dependencies and that’s why it doesn’t work and probably you will gets stuck in many places. Install from their apt repo. Simply copy and paste these 4 commands:
- Open ubuntu terminal
- Add our APT repo: echo “deb https://assets.checkra.in/debian /” | sudo tee -a /etc/apt/sources.list
- Add our public key: sudo apt-key adv —fetch-keys https://assets.checkra.in/debian/archive.key
- sudo apt update
- sudo apt-get install checkra1n
本文详细介绍了如何在Linux或Windows环境下使用Rufus将checkra1n越狱工具安装到USB设备上,并提供了从终端运行checkra1n的步骤。此外,对于已安装Linux的用户,还提供了通过apt-repo安装checkra1n的方法。
9260

被折叠的 条评论
为什么被折叠?



