Update g1lbertJB tar

This commit is contained in:
LukeZGD 2024-06-11 14:22:50 +08:00
parent c754a41cb1
commit a29601c686
3 changed files with 4 additions and 1 deletions

View File

@ -26,13 +26,14 @@ jobs:
- name: Download some files
run: |
mkdir saved
pushd resources
curl -L https://github.com/LukeZGD/ipwndfu/archive/c2ba7abe6b1b8dee962ce8ae7a02fc64d3242d28.zip -o ipwndfu.zip
curl -L https://github.com/LukeZGD/Legacy-iOS-Kit-Keys/archive/refs/heads/master.zip -o keys.zip
unzip keys.zip -d .
unzip ipwndfu.zip -d .
cp -r Legacy-iOS-Kit-Keys-master/* firmware
mv ipwndfu*/ ipwndfu
mv ipwndfu*/ ../saved/ipwndfu
rm -rf Legacy-iOS-Kit-Keys-master/ ipwndfu.zip keys.zip
echo "e385cdf51c8f4faaba43140a468ecbf00c4387ab" > ipwndfu/sha1
popd

Binary file not shown.

View File

@ -6722,7 +6722,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
log "Copying freeze.tar to Cydia.tar"
cp ../freeze.tar payload/common/Cydia.tar
log "Running g1lbertJB..."
../../$dir/gilbertjb
rm payload/common/Cydia.tar
popd >/dev/null