Updated script

This commit is contained in:
Sambo Chea 2021-10-12 18:10:21 +07:00
parent 6b6616f993
commit a80a137d44
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490

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"