From e792f5fe42a664667b456d607aeb4ed1803d3572 Mon Sep 17 00:00:00 2001 From: chenjunxue <1523825571@qq.com> Date: Wed, 2 Sep 2020 16:10:47 +0800 Subject: [PATCH] 2.3.5 增加安装lrzsz工具 --- conf/config.yaml | 4 ++-- fbchat_install.sh | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/conf/config.yaml b/conf/config.yaml index 7077b42..1b592b8 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -4,5 +4,5 @@ SERVER: reconnect_interval: 3 VERSION: - code: 124 - name: 2.3.4 \ No newline at end of file + code: 125 + name: 2.3.5 \ No newline at end of file diff --git a/fbchat_install.sh b/fbchat_install.sh index 32e155d..eefd24b 100644 --- a/fbchat_install.sh +++ b/fbchat_install.sh @@ -1,4 +1,4 @@ -echo "自动更新代码—Fbchat v1.5" +echo "自动更新代码—Fbchat v1.6" DIR="/home/project/" cd $DIR @@ -82,6 +82,8 @@ else /usr/local/python3/bin/alembic upgrade head fi check_chromedriver=$(yum list | grep google-chrome-stable.x86_64 | wc -l) + echo '安装文件lrzsz工具' + yum -y install lrzsz if [ $check_chromedriver -lt 1 ]; then 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 -- libgit2 0.24.0