1. Remove the old version
Before downloading the latest version, remove the old version of the program:
rm $(which titan-l1-guardian)
2. Download the latest software:
Visit the following link to download the latest version of the Titan Guardian package:
https://github.com/Titannet-dao/titan-node/releases/download/v0.1.23/titan-l1-guardian
3. Replace the old version and update permissions:
Replace the existing program and ensure the new program has the appropriate execution permissions:
mv titan-l1-guardian /usr/local/bin/ chmod 0755 /usr/local/bin/titan-l1-guardian Note: If you have already set the correct execution permissions during packaging, this step can be omitted.
4. Start the new version:
Start the new version program. Restart Node: Please ensure you restart your node immediately after updating to ensure the update takes effect. 🔄