2. Open Termux App info and Allow access to Files and Media:
3. Install repo
4. Install X11:
5. Update and upgrade Termux packages (Run command "y" if paused):
6. Install required packages:
7. Downloading ubuntu Setup file:
8. Give the Executable Permission:
9. Run the Setup file. This setup process will take 10–15 minutes, depending on your internet speed:
10. Run Ubuntu / Open Ubuntu:
11. Install git, ffmpeg, and curl: Copy all the code below manualy;
apt -y update && apt -y upgrade apt -y install git ffmpeg curl
12. Install nodejs:
13. Update nodejs version:
14. Install yarn:
15. Install pm2:
16. Clone the repository and install packages (Replace "botName" your your preferred bot name in lowercase): Copy all manually
git clone https://github.com/lyfe00011/whatsapp-bot-md botName cd botName yarn install --network-concurrency 1