Update instruction on block 266243
cd $HOME
wget https://github.com/warden-protocol/wardenprotocol/releases/download/v0.5.4/wardend_Linux_x86_64.zip
unzip wardend_Linux_x86_64.zip
rm -rf wardend_Linux_x86_64.zip
chmod +x wardend
mv wardend $(which wardend)
wardend version --long | grep -e commit -e version
Result:
#commit: 9b78f9acf51bf7e511a1dc3920e1ff01a73e61fb
#version: 0.5.4
sudo systemctl restart wardend && sudo journalctl -fu wardend -o cat