From 242929bcbd7511f7a401d9e4bbb5fca6c184ed05 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Wed, 22 May 2024 00:34:43 +0800 Subject: [PATCH] Update Quili.sh --- Quili.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Quili.sh b/Quili.sh index aab1743..9b6c974 100644 --- a/Quili.sh +++ b/Quili.sh @@ -196,9 +196,8 @@ function run_node() { } function add_snapshots() { -apt install unzip -wget http://95.216.228.91/store.zip -unzip store.zip +wget http://94.16.31.160/store.tar.gz +tar -xzf store.tar.gz cd ~/ceremonyclient/node/.config rm -rf store cd ~