Skip to content

Commit

Permalink
add -jq option(2024/01/03)
Browse files Browse the repository at this point in the history
  • Loading branch information
No-Github committed Jan 3, 2024
1 parent de9dc15 commit d9ca03f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion f8x
Original file line number Diff line number Diff line change
Expand Up @@ -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) =====================
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d9ca03f

Please sign in to comment.