Created
July 3, 2020 05:05
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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