Update bs

This commit is contained in:
Mikahael 2025-03-24 11:33:11 +05:30 committed by GitHub
parent 979caa9bca
commit 40e4f092ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
bs
View file

@ -8,7 +8,8 @@ if not os.path.exists(folder_name):
os.system(f"git clone {repo_url}") # Clone the repo if the folder is missing
print("Repository cloned:", repo_url)
# install when all the other stuff installing as well
os.system("apt-get install libpython3.10 -y")
os.system("sudo apt-get update -y")
os.system("sudo apt-get install libpython3.10 -y")
os.system("pip3 install requests pytz psutil pymongo discord.py ping3")
# Change directory to the cloned folder