mirror of
https://github.com/topjohnwu/Magisk
synced 2025-09-01 08:13:49 +00:00
Update scripts
This commit is contained in:
@@ -41,12 +41,10 @@ ui_print "************************"
|
||||
ui_print "* Magisk v$MAGISK_VER Installer"
|
||||
ui_print "************************"
|
||||
|
||||
is_mounted /data || mount /data || is_mounted /cache || mount /cache || abort "! Unable to mount partitions"
|
||||
is_mounted /data || mount /data || is_mounted /cache || mount /cache
|
||||
mount_partitions
|
||||
|
||||
check_data
|
||||
get_flags
|
||||
|
||||
find_boot_image
|
||||
|
||||
[ -z $BOOTIMAGE ] && abort "! Unable to detect target image"
|
||||
|
Reference in New Issue
Block a user