Fix g1lbertJB Cydia.tar error

This commit is contained in:
LukeeGD 2023-11-08 05:29:29 +08:00 committed by GitHub
parent b2b2844b9f
commit 057a34c50a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4560,9 +4560,9 @@ device_jailbreakrd() {
print "* Ignore the \"Error Code 1\" and \"Error Code 102\" errors, this is normal and part of the jailbreaking process."
pause
pushd ../resources/jailbreak/g1lbertJB >/dev/null
cp ../freeze.tar payload/Cydia.tar
cp ../freeze.tar payload/common/Cydia.tar
../../$dir/gilbertjb
rm payload/Cydia.tar
rm payload/common/Cydia.tar
popd >/dev/null
return
;;