From 6c80df1cacff64afd81fc391eaf993751ef7d25f Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Wed, 29 May 2024 13:16:06 +0800 Subject: [PATCH] Update Quili.sh --- Quili.sh | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Quili.sh b/Quili.sh index 0188961..aecfb3a 100644 --- a/Quili.sh +++ b/Quili.sh @@ -99,7 +99,7 @@ GOEXPERIMENT=arenas go build -o qclient main.go sudo cp $HOME/ceremonyclient/client/qclient /usr/local/bin # 进入ceremonyclient/node目录 -cd #HOME +cd $HOME cd ceremonyclient/node git switch release @@ -161,14 +161,8 @@ fi # 克隆仓库 git clone https://github.com/quilibriumnetwork/ceremonyclient - -# 构建 Qclient -cd ceremonyclient/client -GOEXPERIMENT=arenas go build -o qclient main.go -sudo cp $HOME/ceremonyclient/client/qclient /usr/local/bin - # 进入 ceremonyclient/node 目录 -cd #HOME +cd $HOME cd ceremonyclient/node git switch release @@ -178,6 +172,13 @@ chmod +x release_autorun.sh # 创建一个 screen 会话并运行命令 screen -dmS Quili bash -c './release_autorun.sh' + +# 构建 Qclient +cd ceremonyclient/client +GOEXPERIMENT=arenas go build -o qclient main.go +sudo cp $HOME/ceremonyclient/client/qclient /usr/local/bin + + echo ====================================== 安装完成 ========================================= }