三个vps工具,一个是科技大佬的:
安装基础组件
Debian/Ubuntu
apt update -y && apt install -y curl
CentOS/RedHat/Fedora/AlmaLinux/Rocky Linux
yum update && yum install -y curl
Alpine Linux
apk update && apk add curl
运行脚本
bash <(curl -sL kejilion.sh)
一个是 wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh
一个是八合一脚本
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