更新系统: 

  1. yum update -y #CentOS系统命令
  2. apt update -y #Debian系统命令
  3. apt-get update #ubuntu系统命令

centos 系统安装 Curl 方法: 

yum update -y && yum install curl -y

提示证书错误的话

apt-get -y install ca-certificates
yum -y install ca-certificates

执行Xray一键安装脚本

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

该脚本运行一次以后,以后想调出该脚本使用,只需要在 VPS 命令行输入

vasma

VPS综合性能测试!包含VPS硬件信息测试、VPS网络速度测试、VPS回程路由。整合脚本!

wget -N --no-check-certificate https://raw.githubusercontent.com/V2RaySSR/vps/master/vpstest.sh && bash vpstest.sh

最后采用一个全新的系统来安装,不要安装其它程序,以免出现问题。

脚本下载:

https://www.632idc.com/tools/xray.sh

https://www.632idc.com/tools/vpstest.sh

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注