From 3ff1630c41ae645e4ba522b9b71b3f5f3a408e04 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Sun, 2 Jun 2024 21:56:36 +0800 Subject: [PATCH] Update Quili.sh --- Quili.sh | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Quili.sh b/Quili.sh index 94dc0f5..a91ed51 100644 --- a/Quili.sh +++ b/Quili.sh @@ -90,14 +90,6 @@ else exit 1 fi -# 克隆仓库 -git clone https://source.quilibrium.com/quilibrium/ceremonyclient.git - -# 构建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 ceremonyclient/node @@ -218,6 +210,10 @@ echo "=======================备份完成,请执行cd ~/backup 查看备份文 } function check_balance() { +cd ceremonyclient/client +GOEXPERIMENT=arenas go build -o qclient main.go +sudo cp $HOME/ceremonyclient/client/qclient /usr/local/bin + qclient token balance }