From eefaf7b23cca443321b851cfcfeb92a33ccdf403 Mon Sep 17 00:00:00 2001 From: Benyamin Hirschberg <59160382+BenHirschbergCa@users.noreply.github.com> Date: Sun, 15 Aug 2021 21:53:26 +0300 Subject: [PATCH] adding progress bar --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9f68f333..1beb7bc5 100755 --- a/install.sh +++ b/install.sh @@ -13,7 +13,7 @@ mkdir -p $BASE_DIR OUTPUT=$BASE_DIR/$KUBESCAPE_EXEC -curl -sL $DOWNLOAD_URL -o $OUTPUT +curl --progress-bar -L $DOWNLOAD_URL -o $OUTPUT echo -e "\033[32m[V] Downloaded Kubescape" sudo chmod +x $OUTPUT