Skip to content

Commit 76089c4

Browse files
authored
Merge pull request #41373 from MattTheCuber/pt-br
[pt-br] Update apt keyring installation
2 parents 37c3a5c + 708145e commit 76089c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pt-br/docs/tasks/tools/install-kubectl-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Por exemplo, para fazer download da versão {{< skew currentPatchVersion >}} no
120120
2. Faça download da chave de assinatura pública do Google Cloud:
121121

122122
```shell
123-
sudo curl -fsSLo /etc/apt/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg
123+
curl -fsSL https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-archive-keyring.gpg
124124
```
125125

126126
3. Adicione o repositório `apt` do Kubernetes:

0 commit comments

Comments
 (0)