Update restore.sh fix error with powder 7.1.x

This commit is contained in:
LukeeGD 2025-02-02 11:11:19 +08:00 committed by GitHub
parent e942b7e124
commit b8b6fe63d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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