This commit is contained in:
LukeeGD 2020-10-30 08:46:33 +08:00
parent b488400221
commit 4d02626e5d

View File

@ -276,7 +276,7 @@ function kDFU {
$bspatch saved/$ProductType/$iBSS.dfu tmp/pwnediBSS resources/patches/$iBSS.patch
if [[ $1 == iBSS ]]; then
cd resources/ipwndfu 2>/dev/null
cd resources/ipwndfu
Log "Booting iBSS..."
sudo $python ipwndfu -l ../../tmp/pwnediBSS
ret=$?
@ -385,6 +385,7 @@ function CheckM8 {
sudo $python rmsigchks.py
cd ../..
else
cd ../..
kDFU iBSS
fi
Log "Downgrading device $ProductType in pwnDFU mode..."