Nexus
screen -S nexussudo apt update && sudo apt install build-essential pkg-config libssl-dev git-all -ysudo apt install -y protobuf-compilersudo apt install cargo -ycurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shsource $HOME/.cargo/env
echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
rustup updatecurl https://cli.nexus.xyz/ | shLast updated
Was this helpful?