From fe4f6cf38848e130e39020781bf59bc3eeadaef0 Mon Sep 17 00:00:00 2001 From: Sambo Chea <7059827+sombochea@users.noreply.github.com> Date: Tue, 12 Oct 2021 18:11:44 +0700 Subject: [PATCH] Update kube-cluster-worker-install.sh --- kube-cluster-worker-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube-cluster-worker-install.sh b/kube-cluster-worker-install.sh index 33146d6..961f0a9 100755 --- a/kube-cluster-worker-install.sh +++ b/kube-cluster-worker-install.sh @@ -1,4 +1,4 @@ -!#/bin/bash -e +#!/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"