Skip to content

Commit 482b53e

Browse files
committed
remove duplicate content
1 parent 84a6862 commit 482b53e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/en/docs/tasks/tools/install-kubectl-macos.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ The following methods exist for installing kubectl on macOS:
3030
{{< tabs name="download_binary_macos" >}}
3131
{{< tab name="Intel" codelang="bash" >}}
3232
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/darwin/amd64/kubectl"
33-
chmod +x kubectl
3433
{{< /tab >}}
3534
{{< tab name="Apple Silicon" codelang="bash" >}}
3635
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/darwin/arm64/kubectl"

0 commit comments

Comments
 (0)