If you using systemd, run the command below:
sudo systemctl stop gaiad sudo rm -f /usr/bin/gaiad cd $HOME rm -rf gaia git clone https://github.com/cosmos/gaia.git cd gaia git checkout v13.0.0 make install sudo mv $HOME/go/bin/gaiad /usr/bin/ sudo systemctl start gaiad
Last updated 1 year ago