Revert "macOS use idevicerestore s0uthwest"

This reverts commit bfe5d98521.
This commit is contained in:
LukeeGD 2020-10-03 11:21:15 +08:00
parent bfe5d98521
commit ad4dd4bb7a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -500,7 +500,7 @@ function Downgrade {
Log "Proceeding to idevicerestore..." Log "Proceeding to idevicerestore..."
mkdir shsh mkdir shsh
mv $SHSH shsh/${UniqueChipID}-${ProductType}-${OSVer}.shsh mv $SHSH shsh/${UniqueChipID}-${ProductType}-${OSVer}.shsh
$idevicerestore -y -e -w $IPSW.ipsw $idevicerestore -e -w $IPSW.ipsw
elif [ $Baseband == 0 ]; then elif [ $Baseband == 0 ]; then
Log "Device $ProductType has no baseband" Log "Device $ProductType has no baseband"
Log "Proceeding to futurerestore..." Log "Proceeding to futurerestore..."