Skip to content

Commit 135ecbb

Browse files
committed
try fix dra v6 4.1-4.2.1 on touch 4
1 parent 1a924fc commit 135ecbb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

214 Bytes
Binary file not shown.

restore.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5315,15 +5315,15 @@ ipsw_prepare_multipatch() {
53155315
9B* ) base_build="9B206";;
53165316
9A* ) base_build="9A405";;
53175317
esac
5318-
local exploit="src/target/$hw/$base_build/exploit"
5318+
device_powder_exploit="src/target/$hw/$base_build/exploit"
53195319
ipsw_prepare_partition_script
53205320
log "Adding exploit and partition stuff"
53215321
"$dir/hfsplus" RestoreRamdisk.dec untar src/bin.tar
53225322
"$dir/hfsplus" RestoreRamdisk.dec mv sbin/reboot sbin/reboot_
53235323
"$dir/hfsplus" RestoreRamdisk.dec add partition sbin/reboot
53245324
"$dir/hfsplus" RestoreRamdisk.dec chmod 755 sbin/reboot
53255325
"$dir/hfsplus" RestoreRamdisk.dec chown 0:0 sbin/reboot
5326-
"$dir/hfsplus" RestoreRamdisk.dec add $exploit exploit
5326+
"$dir/hfsplus" RestoreRamdisk.dec add $device_powder_exploit exploit
53275327
# dummy "ios" file
53285328
if [[ $ipsw_jailbreak == 1 ]]; then
53295329
local ios="ios${device_target_vers:0:1}"

0 commit comments

Comments
 (0)