01be850f创建于 2023年5月23日历史提交
#!/bin/bash 
# 
# 本文件编辑时,需要再gitee在线编辑,不要在本地编辑,以免增加windows的crlf字符导致wget失败
# 本文件上传更新后,需要在linux上执行以下进行测试,看是否存在windows的crlf字符导致wget下载出现404
# cd /root/ && rm -rf /root/test.sh && touch test.sh && echo 'wget https://gitee.com/HuaweiCloudDeveloper/huaweicloud-solution-build-kefu-im/raw/master/Shell/file.sh -O file.sh' >> test.sh && echo 'chmod -R 777 file.sh' >> test.sh && echo 'source ./file.sh' >> test.sh && echo 'wget $propertiesDownUrl -O ~/properties.jar' >> test.sh && sh test.sh
#
# kefu应用包下载地址 
export kefuDownUrl=http://down.zvo.cn/yunkefu/v2.0/yunkefu-2.0.1.zip
# kefu sql文件
export kefuSqlDownUrl=https://gitee.com/leimingyun/yunkefu/raw/master/else/kefu.sql
# properties.jar 操作properties使用。说明:https://gitee.com/mail_osc/properties 
export propertiesDownUrl=http://down.zvo.cn/properties/properties-1.0.1.jar
# redis
export redisDownUrl=http://down.zvo.cn/centos/redis-5.0.3.zip
# elasticsearch
export elasticsearchDownUrl=http://down.zvo.cn/centos/elasticsearch-7.10.1-linux-x86_64.tar.gz

# 插件 - 手机号自助创建
export plugin_phoneCreateKefu=http://down.zvo.cn/yunkefu/plugin/phoneCreateKefu/yunkefu.plugin.phoneCreateKefu-1.3.jar
# 插件 - API 
export plugin_api=http://down.zvo.cn/yunkefu/plugin/api/yunkefu.plugin.api-1.5.jar
# 插件 - kefujsCopyright
export plugin_kefujsCopyright=http://down.zvo.cn/yunkefu/plugin/kefujsCopyright/yunkefu.plugin.kefujsCopyright-1.3.2.jar
# 插件 - 消息离线微信通知
export plugin_offlineWeixinNotification=http://down.zvo.cn/yunkefu/plugin/offlineWeixinNotification/yunkefu.plugin.offlineWeixinNotification-1.3.2.jar
# 插件 - 自动升级,这个跟网市场CMS用的是同一个
export plugin_upgrade=http://down.zvo.cn/wangmarket/plugin/upgrade/wangmarket.plugin.upgrade-1.2.1.jar