Skip to content

Instantly share code, notes, and snippets.

@ForboleDevelopment
Created July 3, 2020 05:05
Show Gist options
  • Save ForboleDevelopment/179eb2e34dcb8aedf8efad0b443a9294 to your computer and use it in GitHub Desktop.
Save ForboleDevelopment/179eb2e34dcb8aedf8efad0b443a9294 to your computer and use it in GitHub Desktop.
Script to safely update your node to Desmos v0.5.3 without missing a block
# Go into the folder where you downloaded Desmos
cd ~/desmos
# Checkout the correct Desmos tag and build the software
git fetch --tags && git checkout tags/v0.5.3 && make install
# Restart the node
sudo systemctl restart desmosd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment