mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-02-17 08:56:22 +01:00
Update fix
This commit is contained in:
parent
6e73fb2c48
commit
f5e41a1da2
@ -183,6 +183,7 @@ CheckM8() {
|
|||||||
fi
|
fi
|
||||||
elif [[ $pwnDFUTool == "iPwnder32" ]]; then
|
elif [[ $pwnDFUTool == "iPwnder32" ]]; then
|
||||||
$ipwnder32 -p
|
$ipwnder32 -p
|
||||||
|
pwnDFUDevice=$?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $pwnDFUDevice != 0 && $pwnD != 1 ]]; then
|
if [[ $pwnDFUDevice != 0 && $pwnD != 1 ]]; then
|
||||||
|
@ -44,7 +44,7 @@ FutureRestore() {
|
|||||||
local futurerestore
|
local futurerestore
|
||||||
|
|
||||||
if [[ $DeviceProc == 7 ]]; then
|
if [[ $DeviceProc == 7 ]]; then
|
||||||
ExtraArgs="-s $IPSWCustom/Firmware/all_flash/$SEP -m $BuildManifest"
|
ExtraArgs="-s $IPSWRestore/Firmware/all_flash/$SEP -m $BuildManifest"
|
||||||
futurerestore=$futurerestore2
|
futurerestore=$futurerestore2
|
||||||
else
|
else
|
||||||
ExtraArgs="--use-pwndfu"
|
ExtraArgs="--use-pwndfu"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user