mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Create KernelSU.md
This commit is contained in:
parent
c0017a365a
commit
4e6bf83705
19
Guides/KernelSU.md
Normal file
19
Guides/KernelSU.md
Normal file
@ -0,0 +1,19 @@
|
||||
# Install KernelSU
|
||||
|
||||
## Install Manager
|
||||
|
||||
1. Download KernelSU Manager from [![Build Manager](https://github.com/tiann/KernelSU/actions/workflows/build-manager.yml/badge.svg?event=push)](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 [![Build WSA-5.10.117-Kernel](https://github.com/tiann/KernelSU/actions/workflows/build-WSA-5.10.117-kernel.yml/badge.svg?event=push)](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`.
|
||||
|
||||
1. Replace the kernel in the folder named `Tools` in the WSA directory with `bzImage`.
|
||||
|
||||
1. Restart WSA and then enjoy.
|
Loading…
Reference in New Issue
Block a user