Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

51 lines (29 loc) · 1.2 KB

Babylon Node Auto-Installer

Babylon Logo

Installation Guide

This guide will walk you through the installation of the Babylon Node using the Auto-Installer script.

Step 1: Open Terminal

Open a terminal on your Ubuntu system. You can find it in your applications menu or press Ctrl + Alt + T.

Step 2: Download the Script

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

Step 3: Make the Script Executable

Before running the script, make it executable:

chmod +x babylon_setup.sh

Step 4: Run the Script

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.