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"