Skip to content

Commit 0b0dbc0

Browse files
committed
Kcptun: Bump v22
1 parent 4717ae7 commit 0b0dbc0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

kcptun/kcptun.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
1717

1818
# 版本信息,请勿修改
1919
# =================
20-
SHELL_VERSION=21
20+
SHELL_VERSION=22
2121
CONFIG_VERSION=6
2222
INIT_VERSION=3
2323
# =================
@@ -810,7 +810,7 @@ install_supervisor() {
810810
fi
811811

812812
if ! command_exists pip; then
813-
# 如果没有监测到 pip 命令,但当前服务器已经安装 python
813+
# 如果没有监测到 pip 命令,但当前服务器已经安装 python
814814
# 使用 get-pip.py 脚本来安装 pip 命令
815815
if command_exists python; then
816816
local python_version="$(python -V 2>&1)"

kcptun/version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"shell_version": 21,
2+
"shell_version": 22,
33
"shell_url": "https://github.com/kuoruan/shell-scripts/raw/master/kcptun/kcptun.sh",
4-
"change_log": "1. 由于新版 python-setuptools 移除了 easy_install,故使用 pip 替换 easy_install;\n2. 将 Supervisor 的 systemd service 文件从 /lib 移动到了 /etc",
4+
"change_log": "1. 修复 python 2.6 下 pip 安装失败的问题",
55
"config_version": 6,
66
"config_change_log": "1.支持 snmp 和 pprof 参数;\n2.输出新版手机端参数",
77
"init_version": 3,

0 commit comments

Comments
 (0)