Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.48 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.48 KB

WhatsApp Proxy Server Deployment Script

GitHub Repo Stars Forks

github

This Bash script automates the process of updating system packages, installing Docker and Docker Compose, cloning the WhatsApp Proxy repository, building a Docker image, and starting the WhatsApp proxy service using Docker Compose.

Prerequisites

  • Linux operating system (tested on Debian and CentOS)
  • Git installed
  • Internet connection
wget https://raw.githubusercontent.com/MvsCode/whatsapp-proxy-server/main/waproxy.sh -O ./waproxy.sh && chmod +x waproxy.sh && ./waproxy.sh install
git clone https://github.com/MvsCode/whatsapp-proxy-server.git