Skip to content

Commit

Permalink
Revert "Update extractor.sh" (#11)
Browse files Browse the repository at this point in the history
This reverts commit f424572.
  • Loading branch information
akhilnarang authored Apr 8, 2021
1 parent 49bde30 commit c2d8036
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,8 @@ 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 c2d8036

Please sign in to comment.