diff --git a/Quili.sh b/Quili.sh index 4eb92a2..bb96766 100644 --- a/Quili.sh +++ b/Quili.sh @@ -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 命令或者使用查看日志功能查询状态 =========================================