Skip to content

Commit

Permalink
Update script1.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jwagnervaz authored Oct 16, 2022
1 parent 2243668 commit 1d0d0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ -f YVdq ];then
fi

off=$(grep -ab -o SEANDROIDENFORCE recovery.img |tail -n 1 |cut -d : -f 1)
dd if=recovery2.img of=recovery.img bs=4k count=$off iflag=count_bytes
dd if=recovery2.img of=r.img bs=4k count=$off iflag=count_bytes

if [ ! -f phh.pem ];then
openssl genrsa -f4 -out phh.pem 4096
Expand Down

0 comments on commit 1d0d0b7

Please sign in to comment.