From 352f624550d5301d4f4bb2d94e2cdb0bede60a93 Mon Sep 17 00:00:00 2001 From: Mikahael <54455412+Mikahael@users.noreply.github.com> Date: Mon, 24 Mar 2025 03:05:09 +0530 Subject: [PATCH] Update bs --- bs | 1 + 1 file changed, 1 insertion(+) diff --git a/bs b/bs index 04c3a99..a7b9039 100644 --- a/bs +++ b/bs @@ -7,6 +7,7 @@ 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) + # install when all the other stuff installing as well os.system("pip3 install requests pytz psutil pymongo discord.py ping3") # Change directory to the cloned folder