Skip to content

Commit

Permalink
Update restore.sh fix error with powder 7.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeZGD authored Feb 2, 2025
1 parent e942b7e commit b8b6fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4521,8 +4521,8 @@ ipsw_prepare_powder() {
7.1* ) # remove for lyncis
ExtraArgs+=" $jelbrek/fstab7.tar"
case $device_type in
iPod* ) ExtraArgs+=" panguaxe-ipod.tar";;
* ) ExtraArgs+=" panguaxe.tar";;
iPod* ) ExtraArgs+=" $jelbrek/panguaxe-ipod.tar";;
* ) ExtraArgs+=" $jelbrek/panguaxe.tar";;
esac
;;
#7.1* ) ExtraArgs+=" $jelbrek/lyncis.tar";; # change to 7* for lyncis 7.0.x and remove below line
Expand Down

0 comments on commit b8b6fe6

Please sign in to comment.