mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-04-07 11:57:55 +02:00
Update restore.sh
This commit is contained in:
parent
452768e40e
commit
20fd43cfdc
@ -4150,13 +4150,12 @@ ipsw_prepare_multipatch() {
|
||||
fi
|
||||
case $device_target_vers in
|
||||
4.3* ) vers="4.3.5"; build="8L1";;
|
||||
5.0* ) vers="5.0.1"; build="9A405";;
|
||||
5.1* ) vers="5.1.1"; build="9B206";;
|
||||
5* ) vers="5.1.1"; build="9B206";;
|
||||
6* ) vers="6.1.3"; build="10B329";;
|
||||
esac
|
||||
if [[ $ipsw_gasgauge_patch == 1 ]]; then
|
||||
local ver2="${device_target_vers:0:1}"
|
||||
if (( ver2 >= 7 )); then
|
||||
if (( ver2 >= 5 )); then
|
||||
vers="6.1.3"
|
||||
build="10B329"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user