Ubuntu 14+ / Debian 7+ / CentOS 7+ 系统

推荐使用 Debian 9 系统,脚本会自动启用 BBR 优化。

使用 root 用户输入下面命令安装或卸载

一、切换到root用户

sudo -i

二、一键命令:

  1. bash <(curl -s -L https://git.io/v2ray.sh)

如果提示 curl: command not found ,那是因为你的系统没装 Curl
ubuntu/debian 系统安装 Curl 方法: apt-get update -y && apt-get install curl -y
centos 系统安装 Curl 方法: yum update -y && yum install curl -y
安装好 curl 之后就能安装脚本了