Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Kill Old screen session
- screen -S nexus -X quit
- #Delete old node
- rm -rf .nexus
- #Launch new screen Session
- screen -S nexus
- #Install new version
- curl https://cli.nexus.xyz/ | sh
- #Apply config
- source ~/.bashrc
- #Launch node
- nexus-network start --node-id <your-node-id>
- #CTRL+A+D to detach from screen
- #screen -r nexus to attach to screen
Advertisement
Add Comment
Please, Sign In to add comment