mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-01-24 06:01:15 +01:00
Remove iPod touch 3 warning
This commit is contained in:
parent
2c72bd959f
commit
98d1c16f07
@ -4019,11 +4019,6 @@ menu_ipsw() {
|
|||||||
menu_items=("Select Target IPSW")
|
menu_items=("Select Target IPSW")
|
||||||
menu_print_info
|
menu_print_info
|
||||||
if [[ $1 == *"powdersn0w"* ]]; then
|
if [[ $1 == *"powdersn0w"* ]]; then
|
||||||
if [[ $device_type == "iPod3,1" ]]; then
|
|
||||||
warn "There might be an issue with powdersn0w downgrade for iPod touch 3."
|
|
||||||
print "* This is untested, let me know of any issues"
|
|
||||||
echo
|
|
||||||
fi
|
|
||||||
menu_items+=("Select Base IPSW")
|
menu_items+=("Select Base IPSW")
|
||||||
if [[ -n $ipsw_path ]]; then
|
if [[ -n $ipsw_path ]]; then
|
||||||
print "* Selected Target IPSW: $ipsw_path.ipsw"
|
print "* Selected Target IPSW: $ipsw_path.ipsw"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user