From c7f280ee2cf3c509ae1f45048d52f51da63a3c2b Mon Sep 17 00:00:00 2001 From: BitMaster Admin Date: Thu, 19 Jun 2025 11:51:00 +0000 Subject: [PATCH] Update install.sh --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 12a7c74..e6be294 100644 --- a/install.sh +++ b/install.sh @@ -52,7 +52,9 @@ function menu() { } function set_telegram_credentials() { - cd "$CLONE_DIR" || exit 1 + # REMOVE THIS LINE: + # cd "$CLONE_DIR" || exit 1 + echo -e "${YELLOW}📨 Enter your Telegram bot token:${NC}" read -rp "🔑 TELEGRAM_TOKEN: " token echo -e "${YELLOW}👥 Enter your Telegram chat ID:${NC}" @@ -62,6 +64,7 @@ function set_telegram_credentials() { echo -e "${GREEN}✅ Credentials updated in bot.py${NC}" } + function clone_and_build() { if [ -d "$CLONE_DIR" ]; then echo -e "${RED}⚠️ Folder '$CLONE_DIR' already exists.${NC}"