Skip to content

Instantly share code, notes, and snippets.

@pongstr
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pongstr/9244111 to your computer and use it in GitHub Desktop.
Save pongstr/9244111 to your computer and use it in GitHub Desktop.
cURL iOS updates

iOS7 Updates

7.1.2

source link

iPhone5 (cdma)

# Start Download
$ curl -O http://appldnld.apple.com/iOS7.1/031-4798.20140627.fpeqS/iPhone5,2_7.1.2_11D257_Restore.ipsw

# Continue Download
$ curl -C - -o iPhone5,2_7.1.2_11D257_Restore.ipsw http://appldnld.apple.com/iOS7.1/031-4798.20140627.fpeqS/iPhone5,2_7.1.2_11D257_Restore.ipsw

iPad Mini (firstgen WiFi only)

# Start Download
$ curl -O http://appldnld.apple.com/iOS7.1/031-4783.20140627.jRusU/iPad2,5_7.1.2_11D257_Restore.ipsw

# Continue Download
$ curl -C - -o iPad2,5_7.1.2_11D257_Restore.ipsw http://appldnld.apple.com/iOS7.1/031-4783.20140627.jRusU/iPad2,5_7.1.2_11D257_Restore.ipsw

7.1

source link

iPhone5 (cdma)

# Start download
$ curl -O http://appldnld.apple.com/iOS7.1/031-4537.20140310.4PCL5/iPhone5,2_7.1_11D167_Restore.ipsw

# Continue download
$ curl -C - -o iPhone5,2_7.1_11D167_Restore.ipsw http://appldnld.apple.com/iOS7.1/031-4537.20140310.4PCL5/iPhone5,2_7.1_11D167_Restore.ipsw

iPad Mini (firstgen WiFi only)

# Start download
$ curl -O http://appldnld.apple.com/iOS7.1/031-4412.20140310.90ybF/iPad2,5_7.1_11D167_Restore.ipsw

# Continue download
$ curl -C - -o iPad2,5_7.1_11D167_Restore.ipsw http://appldnld.apple.com/iOS7.1/031-4412.20140310.90ybF/iPad2,5_7.1_11D167_Restore.ipsw

7.0.6

source link

iPhone5 (cdma)

# Start download
$ curl -O http://appldnld.apple.com/iOS7/031-2979.20140221.8j5GW/iPhone5,2_7.0.6_11B651_Restore.ipsw

# Continue download
$ curl -C - -o iPhone5,2_7.0.6_11B651_Restore.ipsw http://appldnld.apple.com/iOS7/031-2979.20140221.8j5GW/iPhone5,2_7.0.6_11B651_Restore.ipsw

iPad Mini (firstgen WiFi only)

# Start download
$ curl -O http://appldnld.apple.com/iOS7/031-2927.20140221.8j5GW/iPad2,5_7.0.6_11B651_Restore.ipsw

# Continue download
$ curl -C - -o iPad2,5_7.0.6_11B651_Restore.ipsw http://appldnld.apple.com/iOS7/031-2927.20140221.8j5GW/iPad2,5_7.0.6_11B651_Restore.ipsw

###7.0.4

source link

iPhone5 (cdma)

# Start download
$ curl -O http://appldnld.apple.com/iOS7/031-1790.20131114.P3wE4/iPhone5,2_7.0.4_11B554a_Restore.ipsw

# Continue download
$ curl -C - -o iPhone5,2_7.0.4_11B554a_Restore.ipsw http://appldnld.apple.com/iOS7/031-1790.20131114.P3wE4/iPhone5,2_7.0.4_11B554a_Restore.ipsw

iPad Mini (firstgen WiFi Only)

# Start download
$ curl -O http://appldnld.apple.com/iOS7/031-1772.20131114.P3wE4/iPad4,4_7.0.4_11B554a_Restore.ipsw

# Continue download
$ curl -C - -o iPad4,4_7.0.4_11B554a_Restore.ipsw http://appldnld.apple.com/iOS7/031-1772.20131114.P3wE4/iPad4,4_7.0.4_11B554a_Restore.ipsw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment