Skip to content

Commit

Permalink
Update extractor.sh
Browse files Browse the repository at this point in the history
- This patch temporarily fixes the extraction failure of non-encrypted ozip files
  More detail on bkerler/oppo_ozip_decrypt#64

Signed-off-by: rokibhasansagar <rokibhasansagar2014@outlook.com>
  • Loading branch information
rokibhasansagar authored and erfanoabdi committed Mar 5, 2021
1 parent 99b2c89 commit db08e88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ else
fi
if [[ ! -d "$toolsdir/oppo_ozip_decrypt" ]]; then
git clone -q https://github.com/bkerler/oppo_ozip_decrypt.git "$toolsdir/oppo_ozip_decrypt"
git -C "$toolsdir/oppo_ozip_decrypt" reset -q --hard d02128dade8fffaf16e00f9f7d01f7be39558f69
else
git -C "$toolsdir/oppo_ozip_decrypt" pull
git -C "$toolsdir/oppo_ozip_decrypt" reset -q --hard d02128dade8fffaf16e00f9f7d01f7be39558f69
fi
if [[ ! -d "$toolsdir/update_payload_extractor" ]]; then
git clone -q https://github.com/erfanoabdi/update_payload_extractor.git "$toolsdir/update_payload_extractor"
Expand Down

0 comments on commit db08e88

Please sign in to comment.