From 7692e7f4c9c99913a1b7490f530005a1b1a2b79e Mon Sep 17 00:00:00 2001 From: chenjunxue <1523825571@qq.com> Date: Fri, 14 Aug 2020 17:53:51 +0800 Subject: [PATCH] 2.0.9 修复部分服务器由于线路问题无法下载安装谷歌浏览器包 修改为腾讯云存储对象下载 --- conf/config.yaml | 4 ++-- fbchat_install.sh | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/config.yaml b/conf/config.yaml index 6170d1f..1187983 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -4,5 +4,5 @@ SERVER: reconnect_interval: 3 VERSION: - code: 98 - name: 2.0.8 \ No newline at end of file + code: 99 + name: 2.0.9 \ No newline at end of file diff --git a/fbchat_install.sh b/fbchat_install.sh index cfad8e9..32e155d 100644 --- a/fbchat_install.sh +++ b/fbchat_install.sh @@ -1,4 +1,4 @@ -echo "自动更新代码—Fbchat v1.4" +echo "自动更新代码—Fbchat v1.5" DIR="/home/project/" cd $DIR @@ -83,8 +83,8 @@ else fi check_chromedriver=$(yum list | grep google-chrome-stable.x86_64 | wc -l) if [ $check_chromedriver -lt 1 ]; then - echo '安装selenium依赖chrome and chromedriver插件' - wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm --no-check-certificate + echo '安装selenium依赖chrome and chromedriver 插件' + wget https://ap-guangzhou-1257892306.cos.ap-guangzhou.myqcloud.com/asi/google-chrome-stable_current_x86_64.rpm --no-check-certificate yum install -y google-chrome-stable_current_x86_64.rpm yum install -y chromedriver fi -- libgit2 0.24.0