1、安装curl
apt install curl
2、安装v2ray
bash <(curl -s -L https://git.io/v2ray.sh)
3、安装完成后可以根据提示使用相关命令
4、开启bbr加速:执行 v2ray bbr
即可
5、使用其他加速,执行下列脚本选择对应的即可
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
参考
https://github.com/233boy/v2ray/wiki/V2Ray一键安装脚本
评论区