From b78fd81d73c5e6fdfde6ab676f6b9abb061366ea Mon Sep 17 00:00:00 2001 From: Clushter13 <121209130+Clushter13@users.noreply.github.com> Date: Thu, 22 Dec 2022 09:09:38 +0530 Subject: [PATCH] Start.sh --- start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index 2b0778d..a58bdc1 100644 --- a/start.sh +++ b/start.sh @@ -1,6 +1,6 @@ echo "Cloning Repo...." -git clone https://github.com/Cyniteofficial/MdiskSearchBotV2.git /MdiskSearchBotV2 -cd /MdiskSearchBotV2 +git clone https://github.com/Clushter_official/Madisk_m_search_bot.git /Madisk_m_search_bot +cd /Madisk_m_search_bot pip3 install -r requirements.txt echo "Starting Bot...." python3 main.py