mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-22 07:57:39 +00:00
Fix typos install.md
This commit is contained in:
parent
08ad0e74dd
commit
d0cf93a08d
@ -44,8 +44,8 @@ Let's continue to [Patching Images](#patching-images).
|
||||
- Flash the patched boot/init_boot/recovery image to your device;<br>
|
||||
for most devices, reboot into fastboot mode and flash with command:<br>
|
||||
`fastboot flash boot /path/to/magisk_patched_[random_strings].img` or <br>
|
||||
`fastboot flash init_boot /path/to/magisk_patched.img_[random_strings]` or <br>
|
||||
`fastboot flash recovery /path/to/magisk_patched.img_[random_strings]`, <br>
|
||||
`fastboot flash init_boot /path/to/magisk_patched_[random_strings].img` or <br>
|
||||
`fastboot flash recovery /path/to/magisk_patched_[random_strings].img` <br>
|
||||
- (Optional) If your device has a separate `vbmeta` partition, you can patch the `vbmeta` partition with command:<br>
|
||||
`fastboot flash vbmeta --disable-verity --disable-verification vbmeta.img` (note that it may **wipe your data**)
|
||||
- Reboot and launch Magisk app (you will see a stub Magisk app if you have wiped your data; use it to bootstrap to a complete Magisk app), and you will see a prompt asking for environment fix; click and wait for the reboot
|
||||
|
Loading…
x
Reference in New Issue
Block a user