Skip to content

Commit

Permalink
Update recovery.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jwagnervaz authored Oct 16, 2022
1 parent f796cdd commit c3964f0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/recovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,12 @@ jobs:
pwd
wget ${{github.event.inputs.RECOVERY_URL }}
- name: Patch Process-1
run: |
chmod a+x script1.sh
chmod a+x magiskboot
./script1.sh || true

- name: Patch Process-2
- name: Patch Process-1
run: |
chmod a+x script2.sh
chmod a+x magiskboot
./script2.sh || true
python3 avbtool extract_public_key --key phh.pem --output phh.pub.bin
python3 avbtool add_hash_footer --partition_name recovery --partition_size $(wc -c recovery.img |cut -f 1 -d ' ') --image recovery-patched.img --key phh.pem --algorithm SHA256_RSA4096
Expand Down

0 comments on commit c3964f0

Please sign in to comment.