更新系统: 

  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

相关文章:

  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-29
  • 2021-06-16
猜你喜欢
  • 2021-04-25
  • 2021-05-21
  • 2022-02-17
  • 2021-08-16
  • 2022-01-20
  • 2021-06-28
  • 2022-02-16
相关资源
相似解决方案