重写安装软件逻辑

This commit is contained in:
lsy 2024-09-23 15:03:35 +08:00
parent 3df59d74ae
commit a107eb6bf5

View File

@ -47,7 +47,9 @@ done
read -p "请输入需要安装的软件序号,用 空格 隔开:" pick
if [[ ! $pick =~ [1-"${#soft_dick[@]}"\ ] ]];then
if [[ -z $pick ]];then
exit
elif [[ ! $pick =~ [1-"${#soft_dick[@]}"\ ] ]];then
echo "输入错误"
exit
fi