From 8cf399c1823339c89f824671178ecec8fe2826f8 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Sun, 17 Mar 2024 23:55:11 +0800 Subject: [PATCH] Update Artela.sh --- Artela.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Artela.sh b/Artela.sh index c8f63c3..bfc49bb 100644 --- a/Artela.sh +++ b/Artela.sh @@ -124,6 +124,7 @@ sudo snap install lz4 curl https://snapshots-testnet.nodejumper.io/artela-testnet/artela-testnet_latest.tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.artelad # 重新加载和启动服务 +export PATH=$PATH:$HOME/go/bin sudo -S systemctl daemon-reload sudo -S systemctl enable artelad sudo -S systemctl start artelad