Revert "Update dumper.sh"

This reverts commit 3723de08a8.

Signed-off-by: rokibhasansagar <rokibhasansagar2014@outlook.com>
This commit is contained in:
rokibhasansagar 2021-04-04 12:09:35 +06:00
parent 3723de08a8
commit 9a34af653d
No known key found for this signature in database
GPG Key ID: 2A43163956D6C2A7

View File

@ -79,10 +79,8 @@ mkdir -p "${OUTDIR}" "${TMPDIR}" 2>/dev/null
# Clone Oppo Decryption Tools From Upstream
if [[ ! -d "${UTILSDIR}"/oppo_ozip_decrypt ]]; then
git clone -q https://github.com/bkerler/oppo_ozip_decrypt.git "${UTILSDIR}"/oppo_ozip_decrypt
git -C "${UTILSDIR}"/oppo_ozip_decrypt reset -q --hard d02128dade8fffaf16e00f9f7d01f7be39558f69
else
git -C "${UTILSDIR}"/oppo_ozip_decrypt pull -q
git -C "${UTILSDIR}"/oppo_ozip_decrypt reset -q --hard d02128dade8fffaf16e00f9f7d01f7be39558f69
fi
if [[ ! -d "${UTILSDIR}"/oppo_decrypt ]]; then
git clone -q https://github.com/bkerler/oppo_decrypt.git "${UTILSDIR}"/oppo_decrypt