#!/bin/bash
apt update -y
apt install wget -y
wget -O /etc/logo2.sh https://novin.me/logo.sh
chmod +x /etc/logo2.sh
if [ -f "backhaul.py" ]; then
    rm backhaul.py
fi
wget https://novin.me/backhaul.py
python3 backhaul.py
