Fixed typo in this section
https://kernelsu.org/guide/installation.html#patch-boot-img-manully
This commit is contained in:
Azeroth 2023-06-20 13:28:05 +03:30 committed by GitHub
parent 9b2f907a48
commit e95ca9316c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ After flashing is complete, you should reboot your device:
fastboot reboot
```
## Patch boot.img manully
## Patch boot.img manually
For some devices, the boot.img format is not so common, such as not `lz4`, `gz` and uncompressed; the most typical is Pixel, its boot.img format is `lz4_legacy` compressed, ramdisk may be `gz` may also be `lz4_legacy` compression; at this time, if you directly flash the boot.img provided by KernelSU, the phone may not be able to boot; at this time, you can manually patch the boot.img to achieve.