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 30e3365 commit b67c4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script1.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

if [ -f recovery.img.lz4 ];then
lz4 -B6 --content-size -f recovery.img.lz4 recovery.img
if [ -f YVdq ];then
lz4 -B6 --content-size -f YVdq recovery.img
fi

off=$(grep -ab -o SEANDROIDENFORCE recovery.img |tail -n 1 |cut -d : -f 1)
Expand Down

0 comments on commit b67c4c6

Please sign in to comment.