修复软件安装正则问题

This commit is contained in:
lsy 2024-09-23 20:17:45 +08:00
parent 7a312c9a89
commit 88fa604f7d

View File

@ -56,9 +56,13 @@ if [[ -z $pick ]];then
pick="$i"
fi
done
elif ! [[ $pick =~ [1-${#soft_dick[@]}\s]+ ]];then
else
for i in $pick ; do
if [[ $i =~ [1-${#soft_dick[@]}] ]]; then
echo "输入错误"
exit
fi
done
fi
for i in $pick ; do