mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-12-26 00:01:50 +01:00
parent
8d8f65d53a
commit
ce0a56c77a
@ -19,7 +19,7 @@ FRBaseband() {
|
||||
|
||||
if [[ $DeviceProc == 7 ]]; then
|
||||
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
|
||||
unzip -o -j $IPSW.ipsw Firmware/$Baseband -d .
|
||||
elif [[ ! -e saved/baseband/$Baseband ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user