mirror of
https://github.com/topjohnwu/Magisk
synced 2025-09-01 14:15:30 +00:00
Remove system root when running addon.d
This commit is contained in:
@@ -47,6 +47,8 @@ detection() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
installation() {
|
installation() {
|
||||||
|
remove_system_su
|
||||||
|
|
||||||
[ -f $APK ] && eval $BOOTSIGNER -verify < $BOOTIMAGE && BOOTSIGNED=true
|
[ -f $APK ] && eval $BOOTSIGNER -verify < $BOOTIMAGE && BOOTSIGNED=true
|
||||||
$BOOTSIGNED && ui_print "- Boot image is signed with AVB 1.0"
|
$BOOTSIGNED && ui_print "- Boot image is signed with AVB 1.0"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user