<fix>: not support specifying version.

This commit is contained in:
YiXuan Ding 2024-10-25 14:59:37 +08:00
parent c5bfe31ca1
commit 9a7aab63b8

View File

@ -100,9 +100,6 @@ while getopts ":hd:" option; do
d)
install_dir=${OPTARG}
;;
v)
version=${OPTARG}
;;
\?)
echo "无效的命令行选项。使用 -h 查看帮助"
exit 1