Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/cachebuilder
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ test -z $NODL || goto extract
download:
echo "Downloading ipsw"
rm -r /tmp/ipsw/* > /dev/null 2>&1 || true
ipsw download ipsw --build $BV --device $PT || python3 -c "print('Download Failed. '); exit(1)"
ipsw download --build $BV --device $PT || python3 -c "print('Download Failed. '); exit(1)"


extract:
Expand Down