diff --git a/bin/install b/bin/install index 9b58f24..e345994 100755 --- a/bin/install +++ b/bin/install @@ -21,6 +21,7 @@ install_kubectl() { if curl -L -sf "$download_url" -o "$bin_path"; then chmod +x $bin_path else + echo "Failed to download kubectl from ${download_url}. Does the version exist and is available in the requested $(get_cpu) architecture?" exit 1 fi }