更新 Quili.sh

This commit is contained in:
smeb_y 2024-10-04 12:03:17 +00:00
parent 0988104fc5
commit 69ca05446e

View File

@ -99,11 +99,8 @@ cd ceremonyclient/node
git switch release-cdn
# 赋予执行权限
chmod +x release_autorun.sh
# 创建一个screen会话并运行命令
screen -dmS Quili bash -c './release_autorun.sh'
screen -dmS Quili bash -c './node-1.4.21.1-linux-amd64'
echo ====================================== 安装完成 请退出脚本使用screen 命令或者使用查看日志功能查询状态=========================================
@ -161,11 +158,9 @@ git clone https://git.dadunode.com/smeb_y/ceremonyclient.git
cd ceremonyclient/node
git switch release-cdn
# 赋予执行权限
chmod +x release_autorun.sh
# 创建一个 screen 会话并运行命令
screen -dmS Quili bash -c './release_autorun.sh'
screen -dmS Quili bash -c './node-1.4.21.1-linux-arm64'
echo ====================================== 安装完成 请退出脚本使用screen 命令或者使用查看日志功能查询状态 =========================================