From a0e88aa6856294c797bc4e4cee5da1c62916e2c6 Mon Sep 17 00:00:00 2001 From: coosld Date: Fri, 22 Nov 2024 22:20:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20quli.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- quli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quli.sh b/quli.sh index bfb25f9..288d0bc 100644 --- a/quli.sh +++ b/quli.sh @@ -10,7 +10,7 @@ wget http://192.168.1.238/quli/go1.20.14.linux-amd64.tar.gz && \ rm go1.20.14.linux-amd64.tar.gz wget http://192.168.1.238/quli/ceremonyclient-develop.tar.gz && \ - tar -C /usr/local -xzf ceremonyclient-develop.tar.gz && \ + tar -C /root/ceremonyclient -xzf ceremonyclient-develop.tar.gz && \ rm ceremonyclient-develop.tar.gz # 设置 Go 环境变量