From 187c8fadfe46924a403fb661a4b2efd0d5629b31 Mon Sep 17 00:00:00 2001 From: wulabing Date: Sat, 8 Feb 2020 10:04:28 +0800 Subject: [PATCH] =?UTF-8?q?1.0.8=20=E8=8A=82=E7=82=B9=E4=BF=A1=E6=81=AF=20?= =?UTF-8?q?vmess=E9=93=BE=E6=8E=A5=20=E4=B8=8E=20=E4=BA=8C=E7=BB=B4?= =?UTF-8?q?=E7=A0=81=20=E9=A1=BA=E5=BA=8F=E4=BA=92=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index c690366..0383c14 100644 --- a/install.sh +++ b/install.sh @@ -26,7 +26,7 @@ OK="${Green}[OK]${Font}" Error="${Red}[错误]${Font}" # 版本 -shell_version="1.0.7.1" +shell_version="1.0.8" shell_mode="None" version_cmp="/tmp/version_cmp.tmp" v2ray_conf_dir="/etc/v2ray" @@ -587,8 +587,8 @@ EOF vmess_qr_link_image(){ vmess_link="vmess://$(cat $v2ray_qr_config_file | base64 -w 0)" - echo -e "${Red} URL导入链接:${vmess_link} ${Font}" >> ${v2ray_info_file} echo -e "${Red} 二维码: ${Font}" >> ${v2ray_info_file} + echo -e "${Red} URL导入链接:${vmess_link} ${Font}" >> ${v2ray_info_file} echo -n "${vmess_link}"| qrencode -o - -t utf8 >> ${v2ray_info_file} }