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