From ba8bcddb9a09b3a0d34eff1dd9d1ab4d3ba5c3f9 Mon Sep 17 00:00:00 2001 From: Mikahael <54455412+Mikahael@users.noreply.github.com> Date: Mon, 24 Mar 2025 02:59:38 +0530 Subject: [PATCH] Update bs --- bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bs b/bs index 9df402a..545750d 100644 --- a/bs +++ b/bs @@ -7,12 +7,13 @@ repo_url = "https://github.com/Mikahael/VH-Bombsquad-Modded-Server-Files.git" 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) + os.system("pip3 install requests pytz psutil pymongo discord.py ping3") # Change directory to the cloned folder os.chdir(folder_name) # Install required dependencies -os.system("pip3 install requests pytz psutil pymongo discord.py ping3") +#os.system("pip3 install requests pytz psutil pymongo discord.py ping3") # Give execute permissions (Uncomment if needed) # os.system("chmod 777 bs_headless")