mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-25 17:59:35 +00:00
Update KernelSU.md
This commit is contained in:
parent
25fab5f440
commit
e1bf8969dd
1 changed files with 10 additions and 2 deletions
12
KernelSU.md
12
KernelSU.md
|
@ -1,8 +1,16 @@
|
|||
# Install KernelSU
|
||||
|
||||
1. Download pre-build kernel from [](https://github.com/tiann/KernelSU/actions/workflows/build-WSA-5.10.117-kernel.yml?query=branch%3Amain+event%3Apush+is%3Acompleted) (Remember to download the same architecture).
|
||||
## Install Manager
|
||||
|
||||
1. Download and install KernelSU Manager from [](https://github.com/tiann/KernelSU/actions/workflows/build-manager.yml?query=event%3Apush+is%3Acompleted+branch%3Amain).
|
||||
1. Download KernelSU Manager from [](https://github.com/tiann/KernelSU/actions/workflows/build-manager.yml?query=event%3Apush+is%3Acompleted+branch%3Amain) (Download the artifact named `manager`).
|
||||
|
||||
1. Unzip the downloaded zip package and get the manager apk named `KernelSU_vx.x.x-xx-.....apk`.
|
||||
|
||||
1. Use the command `adb install <apkname>.apk` to install the manager.
|
||||
|
||||
## Install Kernel
|
||||
|
||||
1. Download pre-build kernel from [](https://github.com/tiann/KernelSU/actions/workflows/build-WSA-5.10.117-kernel.yml?query=branch%3Amain+event%3Apush+is%3Acompleted) (Remember to download the same architecture).
|
||||
|
||||
1. Unzip the downloaded zip package and get the kernel file named `bzImage`.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue