From 0c704bae0fcff2c183850085a1868d684f13d4be Mon Sep 17 00:00:00 2001 From: drowkid01 Date: Wed, 28 May 2025 05:15:15 -0600 Subject: [PATCH] @drowkid01 --- install.bash | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.bash b/install.bash index 3bdb7ce..57e552d 100755 --- a/install.bash +++ b/install.bash @@ -111,8 +111,8 @@ local varl='https://darix.ooguy.com/drowkid01/dpbt/raw/branch/main' [[ ! -e /bin/ShellBot.sh ]] && wget -O /bin/ShellBot.sh https://darix.ooguy.com/drowkid01/dpbt/raw/branch/main/otros/ShellBot.sh >/dev/null 2>&1 [[ ! -e /bin/http-server.sh ]] && wget -O /bin/http-server.sh https://darix.ooguy.com/drowkid01/dpbt/raw/branch/main/exec/http-dk.sh && chmod +x /bin/http-server.sh [[ ! -d /etc/CAT-BOT ]] && mkdir -p /etc/CAT-BOT || rm -rf /etc/CAT-BOT/* -chmod +rwx /bin/ShellBot.sh /bin/http-server.sh wget -O /etc/CAT-BOT/BotGen.sh "${varl}/exec/BotGen.sh" >/dev/null 2>&1 +chmod +rwx /bin/ShellBot.sh /bin/http-server.sh /etc/CAT-BOT/BotGen.sh unset admin while read admin; do read -p $'\e[1;30m[•] \e[1;34mIngresa tu ID: \e[1;36m' id @@ -121,7 +121,8 @@ while read admin; do read -p $'\e[1;30m[•] \e[1;34mIngresa el token: \e[1;36m' token [[ -z $token ]] && token='7980942317:AAHVTvcJDHuvYzEkauzQYB1ARf_9OEYQKlU' data="$id|$token" -done <<< $(echo -e "$data") + data+="${#admin}" +done <<< "$data" [[ -z $admin ]] && admin="$id|$token" clear&&clear wget -O /bin/gerar $varl/exec/menu.sh >/dev/null 2>&1