Skip to content

Instantly share code, notes, and snippets.

@Austcool-Walker
Last active October 15, 2021 22:09
Show Gist options
  • Save Austcool-Walker/4cbcb1c17db61c7ea595dda2906b4dc0 to your computer and use it in GitHub Desktop.
Save Austcool-Walker/4cbcb1c17db61c7ea595dda2906b4dc0 to your computer and use it in GitHub Desktop.
Install Checkra1n on Ubuntu/Debian

Run these commands in order in TTY or Terminal.

wget -qO - https://assets.checkra.in/debian/archive.key | sudo apt-key add -
echo "deb https://assets.checkra.in/debian /" | sudo tee -a /etc/apt/sources.list.d/checkra1n.list && sudo apt update
sudo apt install checkra1n
@Tina20201
Copy link

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment