mirror of
https://github.com/topjohnwu/Magisk
synced 2025-08-31 09:55:11 +00:00
Update scripts to support Pixel (XL)
This commit is contained in:
@@ -49,13 +49,8 @@ ui_print "************************"
|
||||
ui_print "* Magisk v$MAGISK_VER Installer"
|
||||
ui_print "************************"
|
||||
|
||||
ui_print "- Mounting /system, /vendor, /cache, /data"
|
||||
mount -o ro /system 2>/dev/null
|
||||
mount -o ro /vendor 2>/dev/null
|
||||
mount /cache 2>/dev/null
|
||||
mount /data 2>/dev/null
|
||||
|
||||
[ -f /system/build.prop ] || abort "! /system could not be mounted!"
|
||||
is_mounted /data || mount /data
|
||||
mount_partitions
|
||||
|
||||
# read override variables
|
||||
getvar KEEPVERITY
|
||||
|
Reference in New Issue
Block a user