From 19b4aa817b7d0cfb2a02ddb5d762e1831285842c Mon Sep 17 00:00:00 2001 From: 233boy Date: Wed, 19 Sep 2018 15:56:44 +0800 Subject: [PATCH] add qr tips --- install.sh | 5 ++++- v2ray.sh | 9 ++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 5b153d2..783aea1 100644 --- a/install.sh +++ b/install.sh @@ -1673,6 +1673,8 @@ get_qr_link() { echo -e "$yellow 适用于 V2RayNG v0.4.1+ / Kitsunebi = $cyan${link1}$none" echo echo + echo -e "$red 友情提醒: 请务必核对扫码结果 (V2RayNG 除外) $none" + echo echo echo "---------- Shadowsocks 二维码链接 -------------" echo @@ -1710,10 +1712,11 @@ get_qr_link() { echo echo "---------- V2Ray 二维码链接 -------------" echo - echo -e "$yellow 适用于 V2RayNG v0.4.1+ / Kitsunebi = $cyan${link1}$none" echo echo + echo -e "$red 友情提醒: 请务必核对扫码结果 (V2RayNG 除外) $none" + echo echo echo "----------------------------------------------------------------" echo diff --git a/v2ray.sh b/v2ray.sh index 329ef3a..cecbf14 100644 --- a/v2ray.sh +++ b/v2ray.sh @@ -10,7 +10,7 @@ none='\e[0m' # Root [[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1 -_version="v2.38" +_version="v2.39" cmd="apt-get" @@ -2688,6 +2688,9 @@ get_v2ray_config_qr_link() { echo -e "$yellow 适用于 V2RayNG v0.4.1+ / Kitsunebi = $cyan$link$none" echo echo + echo -e "$red 友情提醒: 请务必核对扫码结果 (V2RayNG 除外) $none" + echo + echo echo " V2Ray 客户端使用教程: https://v2ray666.com/post/4/" echo echo "备注...链接将在 14 天后失效" @@ -2702,8 +2705,8 @@ get_v2ray_config_qr_link() { echo fi rm -rf /tmp/233blog_v2ray.png - # rm -rf /etc/v2ray/vmess_qr.json - # rm -rf /etc/v2ray/vmess.txt + rm -rf /etc/v2ray/vmess_qr.json + rm -rf /etc/v2ray/vmess.txt } get_v2ray_vmess_URL_link() { socks_check