Update Artela.sh

This commit is contained in:
smeb y 2024-05-10 19:32:28 +08:00 committed by GitHub
parent 70fb19c7ae
commit ec41c48b37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 启动节点进程