mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-20 07:17:34 +00:00
@@ -438,8 +438,10 @@ install_magisk() {
|
||||
BOOTIMAGE=boot.img
|
||||
fi
|
||||
|
||||
eval $BOOTSIGNER -verify < $BOOTIMAGE && BOOTSIGNED=true
|
||||
$BOOTSIGNED && ui_print "- Boot image is signed with AVB 1.0"
|
||||
if [ $API -ge 21 ]; then
|
||||
eval $BOOTSIGNER -verify < $BOOTIMAGE && BOOTSIGNED=true
|
||||
$BOOTSIGNED && ui_print "- Boot image is signed with AVB 1.0"
|
||||
fi
|
||||
|
||||
$IS64BIT && mv -f magiskinit64 magiskinit 2>/dev/null || rm -f magiskinit64
|
||||
|
||||
|
Reference in New Issue
Block a user