From 40e4f092ae3652ffdaaeef16d5039810712b90b1 Mon Sep 17 00:00:00 2001 From: Mikahael <54455412+Mikahael@users.noreply.github.com> Date: Mon, 24 Mar 2025 11:33:11 +0530 Subject: [PATCH] Update bs --- bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bs b/bs index ddc5634..ddebc29 100644 --- a/bs +++ b/bs @@ -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