以ubunu为例
#(已喝茶) wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssr.sh && chmod +x ssr.sh && bash ssr.sh
wget -N --no-check-certificate https://raw.githubusercontent.com/kawa11/doubi/master/ssrmu.sh && chmod +x ssrmu.sh && bash ssrmu.sh
or ours:
wget -N --no-check-certificate https://raw.githubusercontent.com/FLHonker/auto-v2ray-ssr/master/ssrmu.sh && chmod +x ssrmu.sh && bash ssrmu.sh
注意:若链接失效,您也也可下载本目录下的ssr.h后运行。
wget -N --no-check-certificate https://raw.githubusercontent.com/FLHonker/auto-v2ray-ssr/master/v2ray_install.sh && chmod +x v2ray_install.sh && bash v2ray_install.sh
多用户多协议管理面板v2-ui
bash <(curl -Ls https://blog.sprov.xyz/v2-ui.sh)
wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh" && chmod +x install.sh && bash install.sh
此脚本会将您的Ubuntu系统升级至Debian10,请谨慎!
sudo bash <(curl -s -L https://github.com/V2RaySSR/Trojan/raw/master/Trojan.sh)
or ours:
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/FLHonker/auto-v2ray-ssr/master/Trojan.sh)"
Trojan panel:
wget -N --no-check-certificate "https://raw.githubusercontent.com/V2RaySSR/Trojan_Panel/master/trojan_panel.sh" && chmod +x trojan_panel.sh && ./trojan_panel.sh
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && bash bbr.sh
ssr.sh/v2ray_install.sh/Trojan 脚本中也有安装BBR的多种选项。(推荐)
- BBR-plus版本(CentOS7)参考[https://github.com/cx9208/bbrplus]