Skip to content

Commit 2dbae07

Browse files
igormiguellbackslashxx
authored andcommitted
website: update translation (tiann#2010)
1 parent 75aa4ab commit 2dbae07

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

website/docs/pt_BR/guide/how-to-integrate-for-non-gki.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,10 @@ Se o kprobe não funcionar no seu kernel (pode ser um bug do upstream ou do kern
5555

5656
Primeiro, adicione o KernelSU à árvore de origem do kernel:
5757

58-
::: code-group
59-
60-
```sh[Tag mais recente (estável)]
61-
curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -
62-
```
63-
64-
```sh[Branch principal (dev)]
65-
curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -s main
66-
```
67-
68-
```sh[Selecionar tag (como v0.5.2)]
69-
curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -s v0.5.2
58+
```sh
59+
curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -s v0.9.5
7060
```
7161

72-
:::
73-
7462
Tenha em mente que em alguns dispositivos, seu defconfig pode estar em `arch/arm64/configs` ou em outros casos `arch/arm64/configs/vendor/your_defconfig`. Para qualquer defconfig que você estiver usando, certifique-se de ativar `CONFIG_KSU` com `y` para ativa-lo ou `n` para desativa-lo. Por exemplo, caso você opte por ativa-lo, seu defconfig deverá conter a seguinte string:
7563

7664
```txt

0 commit comments

Comments
 (0)