Commit 0ef026c6 authored by topjohnwu's avatar topjohnwu

Remove system root when running addon.d

parent 153c7fdf
...@@ -47,6 +47,8 @@ detection() { ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment