apt update -y&&apt install -y curl&&apt install -y socat
bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)
apt update && apt upgrade

cd domain/xxxx.com
git clone https://github.com/typecho/typecho.git
ls
rm -rf public_html/
mv typecho public_html

这里访问你的网站,可以看到安装页面。