This repository contains a script for setting up a Sentry Node environment on an Ubuntu system. The script installs necessary packages, sets up the Sentry Node CLI, and configures a service to manage the node.
To quickly set up your Sentry Node, run the following command in your terminal. This command will clone the repository, change to the directory, make the script executable, and execute it:
curl -O https://raw.githubusercontent.com/CeyLabs/SetupSentryNode/main/setup_sentry.sh && chmod +x setup_sentry.sh && ./setup_sentry.sh