diff --git a/tool/install.sh b/tool/install.sh index 963a760..173c47c 100644 --- a/tool/install.sh +++ b/tool/install.sh @@ -100,9 +100,6 @@ while getopts ":hd:" option; do d) install_dir=${OPTARG} ;; - v) - version=${OPTARG} - ;; \?) echo "无效的命令行选项。使用 -h 查看帮助" exit 1