LATEST_RELEASE=$(curl-shttps://api.github.com/repos/celestiaorg/celestia-node/releases/latest|jq-r'.tag_name')echo"The latest Celestia Node release is: $LATEST_RELEASE"cd $HOME rm-rfcelestia-nodegitclonehttps://github.com/celestiaorg/celestia-node.gitcdcelestia-node/gitcheckout $LATEST_RELEASE# Standard buildmakebuild# Install the binarymakeinstall# Build the cel-key utilitymakecel-keycelestiaversion