Update Artela.sh
This commit is contained in:
parent
cd78001fe9
commit
fafbc98f6f
@ -125,10 +125,9 @@ sudo snap install lz4
|
|||||||
curl https://snapshots-testnet.nodejumper.io/artela-testnet/artela-testnet_latest.tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.artelad
|
curl https://snapshots-testnet.nodejumper.io/artela-testnet/artela-testnet_latest.tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.artelad
|
||||||
|
|
||||||
# 重新加载和启动服务
|
# 重新加载和启动服务
|
||||||
source .bash_profile
|
sudo systemctl daemon-reload
|
||||||
sudo -S systemctl daemon-reload
|
sudo systemctl enable artelad
|
||||||
sudo -S systemctl enable artelad
|
sudo systemctl restart artelad && sudo journalctl -u artelad -f
|
||||||
sudo -S systemctl start artelad
|
|
||||||
|
|
||||||
|
|
||||||
# 完成设置
|
# 完成设置
|
||||||
|
Loading…
Reference in New Issue
Block a user