推荐使用 Debian 9 系统,脚本会自动启用 BBR 优化。
bash <(curl -s -L https://233v2.com/v2.sh)
如果提示 curl: command not found ,那是因为你的 VPS 没装 Curl ubuntu/debian 系统安装 Curl 方法: apt-get update -y && apt-get install curl -y centos 系统安装 Curl 方法: yum update -y && yum install curl -y 安装好 curl 之后就能安装脚本了
上述不行就用下面这个:
新的一键脚本,经过笔者的测试,安装简单方便,自动关闭防火墙,自动安装BBR加速,因此推荐大家使用!
输入以下命令一键安装:
bash <(curl -s -L https://git.io/v2ray-setup.sh)COPY
老鸟可以用这个自定义安装:
bash <(curl -s -L https://git.io/v2rayinstall.sh)