开启root命令:sudo -i
如果提示 curl: command not found ,
安装 Curl 方法1:
apt-get update -y # Debian/Ubuntu 命令
apt-get install curl -y #Debian/Ubuntu 命令
yum update -y ##CentOS 命令
yum install curl -y ##CentOS 命令
安装 Curl 方法2:
apt update -y # Debian/Ubuntu 命令
apt install -y curl socat #Debian/Ubuntu 命令
Reality一键搭建代码八合一共存脚本
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