Updated script

This commit is contained in:
2021-10-12 18:10:21 +07:00
parent 6b6616f993
commit a80a137d44

View File

@@ -1,3 +1,5 @@
!#/bin/bash -e
echo "Downloading kubectl..."
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"