If you don't have an account in PANEL, create one and deploy.
COPY THESE COMMANDS AND PASTE IF YOU TRYING TO DEPLOY STINGER-V2 BUG BOT ON ANY TERMINAL
sudo apt -y update && sudo apt -y upgrade
sudo apt -y install git ffmpeg curl
curl -fsSL https://deb.nodesource.com/setup_20.x -o nodesource_setup.sh
sudo -E bash nodesource_setup.sh
sudo apt-get install -y nodejs
sudo npm install -g yarn
sudo yarn global add pm2
git clone https://github.com/type-your-username-here/STINGER-V2
cd STINGER-V2
yarn install
npm start
# Termux Deployment
atp update
apt upgrade
pkg update && pkg upgrade
pkg install bash
pkg install git
pkg install nodejs
pkg install ffmpeg
pkg install wget
pkg install imagemagick
pkg install yarn
termux-setup-storage
git clone https://github.com/paskito002/STINGER-V2
cd STINGER-V2
yarn install
npm start