2
0
mirror of https://github.com/topjohnwu/Magisk synced 2025-09-01 10:39:59 +00:00

Start Magisk in SAR

This commit is contained in:
topjohnwu
2019-06-25 23:31:59 -07:00
parent a462435f2f
commit e29b712108
6 changed files with 67 additions and 38 deletions

View File

@@ -166,6 +166,7 @@ find_block() {
}
mount_part() {
$BOOTMODE && return
local PART=$1
local POINT=/${PART}
[ -L $POINT ] && rm -f $POINT