From 3169a1f82cdf69cc8eed4019f5631c977cbc4df3 Mon Sep 17 00:00:00 2001 From: coosld Date: Fri, 22 Nov 2024 22:25:06 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/quli.sh b/quli.sh index 288d0bc..0ab17ba 100644 --- a/quli.sh +++ b/quli.sh @@ -10,6 +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 && \ + mkdir -p /root/ceremonyclient && \ tar -C /root/ceremonyclient -xzf ceremonyclient-develop.tar.gz && \ rm ceremonyclient-develop.tar.gz