Skip to content

Update v0.2

Compare
Choose a tag to compare
@c22dev c22dev released this 30 Jul 21:15
· 52 commits to main since this release

What's new

  • The bash script now automatically detects the IPSW version, build ID and device ID from the URL provided by the user.
  • A confirmation from the user is asked to verify if what the automatic process submitted is correct. If not, user can rectify it.

What was changed

  • The script now uses curl instead of wget
  • Curl is used with the -s tag, meaning the process of downloading the required file is faster, and cleaner.
  • Curl is native in most macOS machines, so no need to install it with brew like wget