新增vpn

This commit is contained in:
lsy 2024-09-20 14:55:13 +08:00
parent d714e1d28f
commit f36e93dda6

View File

@ -19,5 +19,6 @@ if [[ -z ${vpn_array[${vpn_index[$vpn_pick]}]} ]];then
echo "输入错误"
else
${vpn_array[${vpn_index[$vpn_pick]}]}
echo "安装完成"
fi