Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion website/docs/pt_BR/guide/how-to-integrate-for-non-gki.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ O KernelSU usa kprobe para fazer ganchos do kernel, se o kprobe funcionar bem em
Primeiro, adicione o KernelSU à árvore de origem do kernel:

```sh
curl -LSs "https://github.com/___raw___/tiann/KernelSU/main/kernel/setup.sh" | bash -
curl -LSs "https://github.com/___raw___/tiann/KernelSU/main/kernel/setup.sh" | bash -s v0.9.5
```

:::info INFORMAÇÕES
[KernelSU 1.0 não oferece mais suporte a kernels não GKI](https://github.com/tiann/KernelSU/issues/1705). A última versão suportada é a `v0.9.5`, por favor, certifique-se de usar o branch correto.
:::

Então, você deve verificar se o kprobe está ativado na configuração do seu kernel, se não estiver, adicione estas configurações a ele:

```txt
Expand Down