Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mlm-games authored Sep 10, 2024
1 parent 3b727af commit c968b12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ For manual integration (kprobes can be referred to from the official docs), Run
curl -LSs "https://raw.githubusercontent.com/mlm-games/KernelSU-Non-GKI/main/kernel/setup-subm.sh" | bash -s
```

Then, For adding the ksu modifications in the .c files
Then, For adding the ksu modifications in the .c files, For whichever defconfig you're using, Just pass it as an argument to the below script.
> Keep in mind that on some devices, your defconfig may be in arch/arm64/configs or in other cases arch/arm64/configs/vendor/your_defconfig.
```
python3 KernelSU/scripts/integrate-no-kprobe.py
python3 KernelSU/scripts/integrate-no-kprobe.py <__your_defconfig__>
```

## Credits
Expand Down

0 comments on commit c968b12

Please sign in to comment.