Skip to content
LooXzy edited this page Jun 29, 2023 · 17 revisions

🔧 SABU - Setup

Before setup, read the requirements

How to install

Prepare your environnement

# Update & Upgrade
sudo apt update
sudo apt upgrade -y

# Install git
sudo apt install git -y

Download the project

# Clone the repositorie
git clone https://github.com/SABU-WS/SABU.git
cd SABU
chmod +x ./setup.sh

Start SABU Installation

# Run the installation script
# Please use root user
./setup.sh
Clone this wiki locally