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