更新系統:
- yum update -y #CentOS系統命令
- apt update -y #Debian系統命令
- 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
