mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-01-25 22:51:12 +01:00
Update g1lbertJB tar
This commit is contained in:
parent
c754a41cb1
commit
a29601c686
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -26,13 +26,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Download some files
|
- name: Download some files
|
||||||
run: |
|
run: |
|
||||||
|
mkdir saved
|
||||||
pushd resources
|
pushd resources
|
||||||
curl -L https://github.com/LukeZGD/ipwndfu/archive/c2ba7abe6b1b8dee962ce8ae7a02fc64d3242d28.zip -o ipwndfu.zip
|
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
|
curl -L https://github.com/LukeZGD/Legacy-iOS-Kit-Keys/archive/refs/heads/master.zip -o keys.zip
|
||||||
unzip keys.zip -d .
|
unzip keys.zip -d .
|
||||||
unzip ipwndfu.zip -d .
|
unzip ipwndfu.zip -d .
|
||||||
cp -r Legacy-iOS-Kit-Keys-master/* firmware
|
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
|
rm -rf Legacy-iOS-Kit-Keys-master/ ipwndfu.zip keys.zip
|
||||||
echo "e385cdf51c8f4faaba43140a468ecbf00c4387ab" > ipwndfu/sha1
|
echo "e385cdf51c8f4faaba43140a468ecbf00c4387ab" > ipwndfu/sha1
|
||||||
popd
|
popd
|
||||||
|
Binary file not shown.
@ -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."
|
print "* Ignore the \"Error Code 1\" and \"Error Code 102\" errors, this is normal and part of the jailbreaking process."
|
||||||
pause
|
pause
|
||||||
pushd ../resources/jailbreak/g1lbertJB >/dev/null
|
pushd ../resources/jailbreak/g1lbertJB >/dev/null
|
||||||
|
log "Copying freeze.tar to Cydia.tar"
|
||||||
cp ../freeze.tar payload/common/Cydia.tar
|
cp ../freeze.tar payload/common/Cydia.tar
|
||||||
|
log "Running g1lbertJB..."
|
||||||
../../$dir/gilbertjb
|
../../$dir/gilbertjb
|
||||||
rm payload/common/Cydia.tar
|
rm payload/common/Cydia.tar
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user