update ver

This commit is contained in:
233boy
2020-01-15 21:40:16 +08:00
parent 0587560602
commit dc36df7959
3 changed files with 7 additions and 1 deletions

View File

@@ -18,4 +18,6 @@ if [[ $shadowsocks ]]; then
echo
echo -e "提示: 输入$cyan v2ray ssqr $none可生成 Shadowsocks 二维码链接"
echo
echo -e "${yellow}免被墙..推荐使用JMS: ${cyan}https://getjms.com${none}"
echo
fi

View File

@@ -133,4 +133,6 @@ _v2_info() {
echo
echo -e "提示: 输入$cyan v2ray url $none可生成 vmess URL 链接 / 输入$cyan v2ray qr $none可生成二维码链接"
echo
echo -e "${yellow}免被墙..推荐使用JMS: ${cyan}https://getjms.com${none}"
echo
}

View File

@@ -10,7 +10,7 @@ none='\e[0m'
# Root
[[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1
_version="v3.29"
_version="v3.30"
cmd="apt-get"
@@ -2279,6 +2279,8 @@ get_v2ray_vmess_URL_link() {
echo
echo -e ${cyan}$vmess${none}
echo
echo -e "${yellow}免被墙..推荐使用JMS: ${cyan}https://getjms.com${none}"
echo
rm -rf /etc/v2ray/vmess_qr.json
}
other() {