We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0127c02 commit 438d2d7Copy full SHA for 438d2d7
packages.sh
@@ -31,4 +31,6 @@ apt-get update -y \
31
&& apt-get autoremove --yes \
32
&& rm -rf /var/lib/apt/lists/*
33
34
-curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
+curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" \
35
+ && chmod +x kubectl \
36
+ && mv kubectl /usr/local/bin/
0 commit comments