From 3cc066d9e880dcd0692f69bc9175e3ad2bbce1ac Mon Sep 17 00:00:00 2001 From: Olivier Grand Date: Tue, 8 Oct 2024 14:12:02 +0200 Subject: [PATCH] delete python3 chardetect from check avalilable clis --- tools/scripts/check-available-clis.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/scripts/check-available-clis.sh b/tools/scripts/check-available-clis.sh index 4248de6..2bc5827 100755 --- a/tools/scripts/check-available-clis.sh +++ b/tools/scripts/check-available-clis.sh @@ -9,7 +9,6 @@ ruby -e 'puts "Ruby is installed"' printf "\n====================================================\n=> Check if python is available...\n====================================================\n" python3 --version printf "\n====================================================\n=> Check if expected system tools are available...\n====================================================\n" -chardetect --version tabulate --help > /dev/null printf "\n====================================================\n=> Check if expected clis are available...\n====================================================\n" printf '\n=> Check ARGO-CLI\n' ; argo version