Skip to content

Commit

Permalink
Update checkra1n.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eliekh05 authored Jan 15, 2023
1 parent f1707af commit 7812ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions checkra1n.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
echo you need to have apt package manager to do this if you don't have it you can't do it

echo 'deb https://assets.checkra.in/debian /' | sudo tee /etc/apt/sources.list.d/checkra1n.list
sudo apt-key adv --fetch-keys https://assets.checkra.in/debian/archive.key
wget -O - https://assets.checkra.in/debian/archive.key | gpg --dearmor | sudo tee /usr/share/keyrings/checkra1n.gpg >/dev/null
echo 'deb [signed-by=/usr/share/keyrings/checkra1n.gpg] https://assets.checkra.in/debian /' | sudo tee /etc/apt/sources.list.d/checkra1n.list
sudo apt-get -y update
echo DO NOT FORGET TO DO sudo apt-get -y upgrade to get latest packages
sudo apt-get install -y checkra1n

0 comments on commit 7812ef2

Please sign in to comment.