From d9ca03fab617bf6e721c048722c09d318dc3fe70 Mon Sep 17 00:00:00 2001 From: r0fus0d Date: Wed, 3 Jan 2024 16:56:39 +0800 Subject: [PATCH] add -jq option(2024/01/03) --- f8x | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/f8x b/f8x index d586dcff..ee7bc9d0 100644 --- a/f8x +++ b/f8x @@ -32,7 +32,7 @@ Proxy_OK= Docker_OK= error=0 Linux_architecture_Name= -F8x_Version="1.7.0 Dev(2024/01/02)" +F8x_Version="1.7.1 Dev(2024/01/03)" wget_option="-q --show-progress" # ===================== Software version variable setting (dev) ===================== @@ -10591,6 +10591,12 @@ do pip3_Check zsh_Install ;; + -jq) + mac_Check || exit 1 + Proxy_Switch + Base_Check + jq_Install + ;; -clear) mac_Check || exit 1 clear_log