|
@@ -11,6 +11,8 @@ __companion="$(dirname "$(dirname "${__kube}")")"
|
|
|
|
|
|
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
|
|
|
chmod +x ./kubectl
|
|
|
+mkdir ${HOME}/.local/bin/
|
|
|
+export PATH="${HOME}/.local/bin/:$PATH"
|
|
|
mv ./kubectl ${HOME}/.local/bin/
|
|
|
|
|
|
|