集成了许多linux一键脚本,个人已测试

gost一键安装脚本:

1
wget http://app-10063497.cossh.myqcloud.com/%E6%96%B0%E6%B7%B7%E6%B7%86ssr/gost/gost20171115.sh && bash gost20171115.sh

秋水逸冰BBR一键安装脚本

1
wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh chmod +x bbr.sh ./bbr.sh

centos BBR一键安装

1
2
3
wget --no-check-certificate https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocksR.sh
chmod +x shadowsocksR.sh
./shadowsocksR.sh 2>&1 | tee shadowsocksR.log

自己的脚本

1
wget http://kymg-1251387941.cosbj.myqcloud.com/yd.sh && chmod +x yd.sh && ./yd.sh

V2ray官方Centos 7.x 一键脚本

1
wget http://v2ray-1251387941.cosbj.myqcloud.com/v2ray.sh && chmod +x v2ray.sh && ./v2ray.sh

宝塔面板(bt.cn) 快速部署

Centos 安装命令:

1
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh

Ubuntu/Deepin 安装命令:

1
wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && sudo bash install.sh

Debian 安装命令:

1
wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && bash install.sh

Fedora 安装命令:

1
wget -O install.sh http://download.bt.cn/install/install.sh && bash install.sh