From 80b629fdd92ea4592afd31e57f6602c2b045298b Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:14:09 +0800 Subject: [PATCH] Update Artela.sh --- Artela.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Artela.sh b/Artela.sh index af2a0b4..7de84b5 100644 --- a/Artela.sh +++ b/Artela.sh @@ -115,6 +115,11 @@ function install_node() { echo "export Artela_RPC_PORT=$node_address" >> $HOME/.bash_profile source $HOME/.bash_profile + cd $HOME + cd ~/.artelad && mkdir libs && cd libs + wget https://github.com/artela-network/artela/releases/download/v0.4.7-rc7/artelad_0.4.7_rc7_Linux_amd64.tar.gz + tar -xzvf artelad_0.4.7_rc7_Linux_amd64.tar.gz + pm2 start artelad -- start && pm2 save && pm2 startup # 下载快照