diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/README.md b/README.md index 01003ad..2661056 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,73 @@ -# shell-scripts -Linux Shell Scripts +# Linux Shell Scripts + +一些 Linux 脚本 + +```sh +$ tree +├── kcptun +│   └── kcptun.sh # kcptun 一键安装脚本 +└── ovz-bbr + └── ovz-bbr-installer.sh # OpenVZ BBR 一键安装脚本 +``` + +## Kcptun 一键安装脚本 + +* Ubuntu: +```sh +apt install python-is-python3 -y +wget --no-check-certificate -O kcptun.sh https://github.com/kuoruan/shell-scripts/raw/master/kcptun/kcptun.sh +sh kcptun.sh +``` + + +* 其他Linux安装命令: +```sh +wget --no-check-certificate -O kcptun.sh https://github.com/kuoruan/shell-scripts/raw/master/kcptun/kcptun.sh +sh kcptun.sh +``` + +* 帮助信息 + +```sh +# sh kcptun.sh help +请使用: kcptun.sh