𝐕𝐏𝐒
Copy these blue words on by on from here to use commands in you own vps.
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install python3-pip ffmpeg -y
sudo pip3 install -U pip
curl -fssL https://deb.nodesource.com/setup_17.x | sudo -E bash - && sudo apt-get install nodejs -y && npm i -g npm
git clone https://github.com/TheChampu/ChampuMusic && cd ChampuMusic
pip3 install -U -r requirements.txt
cp sample.env .env
vi .env
➤Edit .env with your vars
➤Setup will install each and every requirement, nodejs and pip packages automatically. After successfull installation of requirements , setup will ask you to input your vars.
➤Please input your vars correctly.
bash start
When you see any error after bash start then use this command and again try bash start.👇
sudo pkill -9 python3