Install Nexqloud
This guide walks through installing and using all components of Nexqloud software.
cd ~/Downloads
#NOTE that this download may take several minutes to complete
curl -sfL https://raw.githubusercontent.com/nexqloud-network/provider/main/install.sh | bashsudo mv ./bin/provider-services /usr/local/binprovider-services versionprovider-services version
v0.4.6# install necessary utilities
apt install jq -y
apt install unzip -y
# install nexqloud
curl -sfL https://raw.githubusercontent.com/nexqloud-network/provider/main/install.sh | bashLast updated