Skip to content

Commit

Permalink
you no longer need to make any files executable yourself!
Browse files Browse the repository at this point in the history
  • Loading branch information
ratcoded committed Feb 17, 2024
1 parent a88814e commit c8cd0c7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@ If you have those, then clone the repository, and move your recovery image to it
```bash
git clone github.com/engineer4t/fastboot-patcher.git && mv recovery.img.lz4 ./fastboot-patcher/ && cd fastboot-patcher
```
Then, just simply run the script with this command and wait for it to finish, it shouldn't take longer than a minute.
```bash
chmod a+x ./magiskboot && chmod a+x ./patcher && ./patcher
```
Then, simply run the script with `./patcher` and wait for it to finish, it shouldn't take longer than a minute.
You'll find the original recovery image and 2 new images *(.img and .tar.md5 for odin)* in the top directory if successful.

0 comments on commit c8cd0c7

Please sign in to comment.