cd $HOME wget https://github.com/warden-protocol/wardenprotocol/releases/download/v0.5.3/wardend_Linux_x86_64.zip unzip wardend_Linux_x86_64.zip chmod +x wardend sudo mv $HOME/wardend $(which wardend) sudo systemctl restart wardend && sudo journalctl -u wardend -f
Last updated 1 year ago