mirror of https://github.com/wulabing/Xray_onekey
commit
ae46ea8f67
|
@ -29,7 +29,7 @@ OK="${Green}[OK]${Font}"
|
||||||
Error="${Red}[错误]${Font}"
|
Error="${Red}[错误]${Font}"
|
||||||
|
|
||||||
# 版本
|
# 版本
|
||||||
shell_version="1.1.3.2"
|
shell_version="1.1.3.4"
|
||||||
shell_mode="None"
|
shell_mode="None"
|
||||||
github_branch="master"
|
github_branch="master"
|
||||||
version_cmp="/tmp/version_cmp.tmp"
|
version_cmp="/tmp/version_cmp.tmp"
|
||||||
|
@ -50,7 +50,7 @@ v2ray_error_log="/var/log/v2ray/error.log"
|
||||||
amce_sh_file="/root/.acme.sh/acme.sh"
|
amce_sh_file="/root/.acme.sh/acme.sh"
|
||||||
ssl_update_file="/usr/bin/ssl_update.sh"
|
ssl_update_file="/usr/bin/ssl_update.sh"
|
||||||
nginx_version="1.16.1"
|
nginx_version="1.16.1"
|
||||||
openssl_version="1.1.1d"
|
openssl_version="1.1.1g"
|
||||||
jemalloc_version="5.2.1"
|
jemalloc_version="5.2.1"
|
||||||
old_config_status="off"
|
old_config_status="off"
|
||||||
# v2ray_plugin_version="$(wget -qO- "https://github.com/shadowsocks/v2ray-plugin/tags" | grep -E "/shadowsocks/v2ray-plugin/releases/tag/" | head -1 | sed -r 's/.*tag\/v(.+)\">.*/\1/')"
|
# v2ray_plugin_version="$(wget -qO- "https://github.com/shadowsocks/v2ray-plugin/tags" | grep -E "/shadowsocks/v2ray-plugin/releases/tag/" | head -1 | sed -r 's/.*tag\/v(.+)\">.*/\1/')"
|
||||||
|
|
Loading…
Reference in New Issue