Xray一键安装脚本

更新系统: 

  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/v2-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
地址中v2不完整,自己补全,你懂的!

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

vasma

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

wget -N --no-check-certificate https://raw.githubusercontent.com/V2RaySSR/vps/master/vpstest.sh && bash vpstest.sh
posted @ 2020-02-13 20:40  Lotos  阅读(5704)  评论(0编辑  收藏  举报