# 安装 x-ui bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh) # 创建目录 mkdir -p /mnt/clash curl -Lso- $KENOTE_BASH_MIRROR/clash/core.sh | bash -s -- --clash /mnt/x-ui.json | tee /mnt/clash/kenote.yml # 进入目录 cd /mnt/clash # 生成 clash curl -Lso- https://mirrors.kenote.site/kenote/clash/core.sh | bash -s -- --clash x-ui.json | tee kenote.yaml # 生成 shadowrocket curl -Lso- https://mirrors.kenote.site/kenote/clash/core.sh | bash -s -- --shadowrocket x-ui.json | tee kenote.txt # 生成 QX curl -Lso- https://mirrors.kenote.site/kenote/clash/core.sh | bash -s -- --qx x-ui.json | tee kenote.snippet # 随机密码 strings /dev/urandom |tr -dc A-Za-z0-9 | head -c20; echo # Clash https://lca-hk.kenote.site/Ex6S7lKuwILBXaDubrtk/kenote.yaml # QX https://lca-hk.kenote.site/Ex6S7lKuwILBXaDubrtk/kenote.snippet # shadowrocket https://lca-hk.kenote.site/Ex6S7lKuwILBXaDubrtk/kenote.txt