Subir archivos a "init"

This commit is contained in:
darnix 2025-05-24 17:45:30 +00:00
parent d7e455ffb5
commit 9a49441e60

View File

@ -50,7 +50,7 @@ MIP2=$(wget -qO- https://ipinfo.io/ip)
function_verify () { function_verify () {
unset keybot 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}") = "" ]] && { [[ $(echo $permited|grep "${IP}") = "" ]] && {
clear clear
@ -315,7 +315,7 @@ clear
msg -bar3 msg -bar3
echo -e "\033[1;33mDescargando archivos... ESPERE " echo -e "\033[1;33mDescargando archivos... ESPERE "
msg -bar3 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 [[ -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 [[ -e $HOME/files.tar ]] && tar xpf $HOME/files.tar -C $HOME/update && rm -f $HOME/files.tar
echo 999 > ${CIDdir}/limit echo 999 > ${CIDdir}/limit
@ -629,8 +629,8 @@ esac
} }
_dowUP(){ _dowUP(){
#[[ -e /bin/MultiBot.sh ]] || wget -O /bin/MultiBot.sh https://raw.githubusercontent.com/Qm90R2VuIDIwMjQgQ2h1bW9HSCsK/U291cmNlIEJvckdlbiBBRE1jZ2ggQ2h1bW9HSCAyMDI0IFBsdXM-/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://raw.githubusercontent.com/darnix1/Botcgh/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 [[ -e /bin/MultiBot.sh ]] && chmod +x /bin/MultiBot.sh
_restartSERVICES _restartSERVICES
} }