mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-01-13 08:49:10 +01:00
parent
8d8f65d53a
commit
ce0a56c77a
@ -19,7 +19,7 @@ FRBaseband() {
|
|||||||
|
|
||||||
if [[ $DeviceProc == 7 ]]; then
|
if [[ $DeviceProc == 7 ]]; then
|
||||||
mkdir -p saved/baseband 2>/dev/null
|
mkdir -p saved/baseband 2>/dev/null
|
||||||
cp -f $IPSW/Firmware/$Baseband saved/baseband
|
cp -f $IPSWRestore/Firmware/$Baseband saved/baseband
|
||||||
elif [[ $ProductType == "iPhone5,1" && $Baseband5 != 0 ]]; then
|
elif [[ $ProductType == "iPhone5,1" && $Baseband5 != 0 ]]; then
|
||||||
unzip -o -j $IPSW.ipsw Firmware/$Baseband -d .
|
unzip -o -j $IPSW.ipsw Firmware/$Baseband -d .
|
||||||
elif [[ ! -e saved/baseband/$Baseband ]]; then
|
elif [[ ! -e saved/baseband/$Baseband ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user