Update fix

This commit is contained in:
LukeZGD 2021-09-02 13:33:04 +08:00
parent 6e73fb2c48
commit f5e41a1da2
2 changed files with 2 additions and 1 deletions

View File

@ -183,6 +183,7 @@ CheckM8() {
fi
elif [[ $pwnDFUTool == "iPwnder32" ]]; then
$ipwnder32 -p
pwnDFUDevice=$?
fi
if [[ $pwnDFUDevice != 0 && $pwnD != 1 ]]; then

View File

@ -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"