Skip to content

Commit

Permalink
Dirty fix cannot remount /
Browse files Browse the repository at this point in the history
  • Loading branch information
binarynoise committed Dec 8, 2024
1 parent 9a7c95b commit bcbe377
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ abstract class MagiskInstallImpl protected constructor(

// adapted /scripts/flash_script.sh addon.d
return arrayOf(
"mount -o rw,remount $systemPartition",
"su -c mount -o rw,remount $systemPartition",
"rm -rf $addond/99-magisk.sh 2>/dev/null",
"rm -rf $addond/magisk 2>/dev/null",
"mkdir -p $addond/magisk",
Expand Down

0 comments on commit bcbe377

Please sign in to comment.