Revert "Update dumper.sh"
This reverts commit 3723de08a8.
Signed-off-by: rokibhasansagar <rokibhasansagar2014@outlook.com>
This commit is contained in:
parent
3723de08a8
commit
9a34af653d
|
|
@ -79,10 +79,8 @@ mkdir -p "${OUTDIR}" "${TMPDIR}" 2>/dev/null
|
||||||
# Clone Oppo Decryption Tools From Upstream
|
# Clone Oppo Decryption Tools From Upstream
|
||||||
if [[ ! -d "${UTILSDIR}"/oppo_ozip_decrypt ]]; then
|
if [[ ! -d "${UTILSDIR}"/oppo_ozip_decrypt ]]; then
|
||||||
git clone -q https://github.com/bkerler/oppo_ozip_decrypt.git "${UTILSDIR}"/oppo_ozip_decrypt
|
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
|
else
|
||||||
git -C "${UTILSDIR}"/oppo_ozip_decrypt pull -q
|
git -C "${UTILSDIR}"/oppo_ozip_decrypt pull -q
|
||||||
git -C "${UTILSDIR}"/oppo_ozip_decrypt reset -q --hard d02128dade8fffaf16e00f9f7d01f7be39558f69
|
|
||||||
fi
|
fi
|
||||||
if [[ ! -d "${UTILSDIR}"/oppo_decrypt ]]; then
|
if [[ ! -d "${UTILSDIR}"/oppo_decrypt ]]; then
|
||||||
git clone -q https://github.com/bkerler/oppo_decrypt.git "${UTILSDIR}"/oppo_decrypt
|
git clone -q https://github.com/bkerler/oppo_decrypt.git "${UTILSDIR}"/oppo_decrypt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue