Skip to content

Instantly share code, notes, and snippets.

@jinnkhan88
Last active July 1, 2022 07:37
Show Gist options
  • Save jinnkhan88/229a4986f9c9252b00737d2b8f86eaef to your computer and use it in GitHub Desktop.
Save jinnkhan88/229a4986f9c9252b00737d2b8f86eaef to your computer and use it in GitHub Desktop.
[iOS ipsw.download Progress] If you are restoring your iphone and you don't see a download progress. Run this in terminal to see the progress.
while true
do
clear
ls -lhrt ~/Library/iTunes/iPhone\ Software\ Updates
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment