Merge pull request #7 from https-Dolton-github-com/main #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt update -y && apt upgrade # Update package lists and upgrade installed packages | ||
pkg install python -y # Install Python (skip if already installed) | ||
pkg install git -y # Install Git (skip if already installed) | ||
cd $HOME # Move to the home directory | ||
git clone https://github.com/GreyTechno/sms_forwarder.git # Clone the sms_forwarder repository | ||
pip install -r sms_forwarder/requirements.txt # For install building dependencies |