From ec41c48b376e0c460659b71120000c5e3334d730 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Fri, 10 May 2024 19:32:28 +0800 Subject: [PATCH] Update Artela.sh --- Artela.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Artela.sh b/Artela.sh index 1d77bb9..66eacb9 100644 --- a/Artela.sh +++ b/Artela.sh @@ -124,7 +124,7 @@ function install_node() { pm2 start artelad -- start && pm2 save && pm2 startup # 下载快照 - curl https://testnet-files.itrocket.net/artela/snap_artela.tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.artelad + curl -L https://smeby.fun/artelad_snapshots.tar.lz4 | tar -I lz4 -xf - -C $HOME/.artelad/data # 使用 PM2 启动节点进程