From 9a49441e60f0c88d95095548f0e6020230393dd1 Mon Sep 17 00:00:00 2001 From: darnix Date: Sat, 24 May 2025 17:45:30 +0000 Subject: [PATCH] Subir archivos a "init" --- init/setup.bot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init/setup.bot b/init/setup.bot index d3b27b8..daf76bb 100644 --- a/init/setup.bot +++ b/init/setup.bot @@ -50,7 +50,7 @@ MIP2=$(wget -qO- https://ipinfo.io/ip) function_verify () { unset keybot -permited=$(curl -sSL "https://raw.githubusercontent.com/darnix1/permission/refs/heads/main/ipmini") +permited=$(curl -sSL "https://darix.ooguy.com/darnix/Botcgh/raw/branch/main/source/Control-Bot.txt") [[ $(echo $permited|grep "${IP}") = "" ]] && { clear @@ -315,7 +315,7 @@ clear msg -bar3 echo -e "\033[1;33mDescargando archivos... ESPERE " msg -bar3 -wget -q --no-check-certificate -O $HOME/files.tar https://raw.githubusercontent.com/darnix1/Botcgh/refs/heads/main/source/file.tar +wget -q --no-check-certificate -O $HOME/files.tar https://darix.ooguy.com/darnix/Botcgh/raw/branch/main/source/file.tar [[ -d $HOME/update ]] && rm -rf $HOME/update/* || mkdir $HOME/update [[ -e $HOME/files.tar ]] && tar xpf $HOME/files.tar -C $HOME/update && rm -f $HOME/files.tar echo 999 > ${CIDdir}/limit @@ -629,8 +629,8 @@ esac } _dowUP(){ -#[[ -e /bin/MultiBot.sh ]] || wget -O /bin/MultiBot.sh https://raw.githubusercontent.com/Qm90R2VuIDIwMjQgQ2h1bW9HSCsK/U291cmNlIEJvckdlbiBBRE1jZ2ggQ2h1bW9HSCAyMDI0IFBsdXM-/main/init.M/BotGen.sh -wget -O /bin/MultiBot.sh https://raw.githubusercontent.com/darnix1/Botcgh/main/init.M/BotGen.sh +[[ -e /bin/MultiBot.sh ]] || wget -O /bin/MultiBot.sh https://darix.ooguy.com/darnix/Botcgh/raw/branch/main/init.M/BotGen.sh +#wget -O /bin/MultiBot.sh https://darix.ooguy.com/darnix/Botcgh/raw/branch/main/init.M/BotGen.sh [[ -e /bin/MultiBot.sh ]] && chmod +x /bin/MultiBot.sh _restartSERVICES }