Skip to content

MKstarFromSwitch/checkra1nproperinstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

checkra1n proper installer

Properly install checkra1n on Linux for 64-bit (not arm64!)

Normally, installing checkra1n gives you errors about dependencies (usually libncurses5).

This tool both removes existing checkra1n installs and any existing checkra1n repo files, installs necessary libs if they aren't installed, and reinstalls checkra1n (idevicerestore and irecovery too!)

Well, how do I use this?

First, install Git. (Run the command below)

sudo apt install git

Then, run these commands:

git clone https://github.com/MKstarFromSwitch/checkra1nproperinstall.git
cd checkra1nproperinstall

Then, open a terminal and cd into the directory where you cloned the script and run this command:

chmod +x ./go.sh

Then, run this command:

./go.sh

It should now work.

Credits

To the checkra1n team for checkra1n and its APT repo

To me for the script

To the developers of the following libraries: libc6, libtinfo5, libncurses5, libreadline7

About

Properly install checkra1n on Linux for 64-bit (not arm64!)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages