最好用的 V2Ray 233一键安装脚本
如果提示 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 之后就能安装脚本了
原始地址 bash <(curl -s -L https://git.io/v2ray.sh) 备份地址 bash <(curl -s -L https://raw.githubusercontent.com/pansongjun/v2ray233jb/master/install.sh?v)