升级&安装 脚本
apt update -y
apt install curl wget socat tar -y
x-ui脚本
bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)
BBR脚本
wget -N --no-check-certificate "https://github.000060000.xyz/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh
再次运行
./tcpx.sh
如果出现wget找不到命令,那就是服务器没有安装wget,进行下面的操作
apt install wget -y
VPS安装:
apt install curl wget socat tar -y
Acme 脚本:
curl https://get.acme.sh | sh
创建Acme账号:
~/.acme.sh/acme.sh --register-account -m xxxx@xxxx.com
申请证书:
~/.acme.sh/acme.sh --issue -d hk.guicloud.ga --standalone (其中的xxx.com请更改为你所注册且解析完成的域名)
CF测速下载:
warp脚本:wget -N https://raw.githubusercontent.com/fscarmen/warp/main/menu.sh && bash menu.sh