Step 3: Set up Xai Sentry Node
Ensure your system is up to date by running the following command:
sudo apt update
Install the required dependencies,
curl
andunzip
, using the following command:sudo apt install curl unzip
Fetch the latest version of the Xai Command Line Interface (CLI) using
curl
:curl -L -o sentry-node-cli-linux.zip https://github.com/xai-foundation/sentry/releases/latest/download/sentry-node-cli-linux.zip
Unzip the file:
unzip sentry-node-cli-linux.zip