𝐕𝐏𝐒
Copy these blue words on by on from here to use commands in you own vps.
sudo apt-get update && sudo apt-get upgrade -ysudo apt-get install python3-pip ffmpeg -ysudo pip3 install -U pipcurl -fssL https://deb.nodesource.com/setup_20.x | sudo -E bash - && sudo apt-get install nodejs -y && npm i -g npmgit clone https://github.com/TheChampu/ChampuMusic && cd ChampuMusicpip3 install -U -r requirements.txtcp sample.env .envvi .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 startWhen you see any error after bash start then use this command and again try bash start.👇
sudo pkill -9 python3

