This guide will walk you through the installation of the Babylon Node using the Auto-Installer script.
Open a terminal on your Ubuntu system. You can find it in your applications menu or press Ctrl
+ Alt
+ T
.
Use wget
or curl
to download the script from the GitHub repository.
Using wget
:
wget https://raw.githubusercontent.com/avocadodefi/Babylon-Node-Auto-Installer/main/babylon_setup.sh
Or, using curl
:
curl -O https://raw.githubusercontent.com/avocadodefi/Babylon-Node-Auto-Installer/main/babylon_setup.sh
Before running the script, make it executable:
chmod +x babylon_setup.sh
Run the script with superuser privileges:
sudo ./babylon_setup.sh
Follow the on-screen instructions to complete the installation.
For more information and updates, visit GitHub Repository.