Skip to content

Commit

Permalink
Kcptun: Bump v22
Browse files Browse the repository at this point in the history
  • Loading branch information
kuoruan committed Jan 25, 2019
1 parent 4717ae7 commit 0b0dbc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kcptun/kcptun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

# 版本信息,请勿修改
# =================
SHELL_VERSION=21
SHELL_VERSION=22
CONFIG_VERSION=6
INIT_VERSION=3
# =================
Expand Down Expand Up @@ -810,7 +810,7 @@ install_supervisor() {
fi

if ! command_exists pip; then
# 如果没有监测到 pip 命令,但当前服务器已经安装 python
# 如果没有监测到 pip 命令,但当前服务器已经安装 python
# 使用 get-pip.py 脚本来安装 pip 命令
if command_exists python; then
local python_version="$(python -V 2>&1)"
Expand Down
4 changes: 2 additions & 2 deletions kcptun/version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"shell_version": 21,
"shell_version": 22,
"shell_url": "https://github.com/kuoruan/shell-scripts/raw/master/kcptun/kcptun.sh",
"change_log": "1. 由于新版 python-setuptools 移除了 easy_install,故使用 pip 替换 easy_install;\n2. 将 Supervisor 的 systemd service 文件从 /lib 移动到了 /etc",
"change_log": "1. 修复 python 2.6 下 pip 安装失败的问题",
"config_version": 6,
"config_change_log": "1.支持 snmp 和 pprof 参数;\n2.输出新版手机端参数",
"init_version": 3,
Expand Down

0 comments on commit 0b0dbc0

Please sign in to comment.