#!/bin/bash export XUI_NONINTERACTIVE=1 export XUI_PORT=3426 export XUI_USER=admin export XUI_PASS=admin123 curl -sL https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh | bash # 安装完成后重启 systemctl restart x-ui echo "DONE"