修复软件安装正则问题

This commit is contained in:
lsy 2024-09-23 19:17:14 +08:00
parent ac526c51b9
commit 167767ccc2

View File

@ -55,7 +55,7 @@ if [[ -z $pick ]];then
pick="$i"
fi
done
elif [[ ! $pick =~ ^[[:space:]]*([1-${#soft_dick[@]}]+([[:space:]]+[1-${#soft_dick[@]}]+)*)?[[:space:]]*$ ]];then
elif [[ ! $pick =~ [1-9\s]+ ]];then
echo "输入错误"
exit
fi