Skip to content

Commit

Permalink
yay! it works properly now with a non-corrupted image
Browse files Browse the repository at this point in the history
  • Loading branch information
ratcoded authored Feb 9, 2024
1 parent f184b6d commit 57802ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patcher-minimal
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $csd/magiskboot hexpatch $csd/fragments/system/bin/recovery b4f082ee28b1701c b4f
echo 'finished (12)'
$csd/magiskboot hexpatch $csd/fragments/system/bin/recovery 9ef0f4ec28b1701c 9ef0f4ec28b9701c &&
echo 'finished (13)'
$csd/magiskboot cpio ramdisk.cpio 'add 0755 /system/bin/recovery /system/bin/recovery' &&
$csd/magiskboot cpio ramdisk.cpio "add 0755 $csd/fragments/system/bin/recovery $csd/fragments/system/bin/recovery" &&
echo 'finished (14)'
echo "successfully finished patch to fragmented image!"

Expand Down

0 comments on commit 57802ce

Please sign in to comment.