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 fb1c3aa commit e6d7ad3
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=recovery.img of=recovery-unpack.img bs=4k count=$off iflag=count_bytes
dd if=recovery.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 e6d7ad3

Please sign in to comment.