From 916401cab2b01a736c9d98f3f03b2055b01be538 Mon Sep 17 00:00:00 2001 From: drowkid01 Date: Thu, 29 May 2025 01:37:06 -0600 Subject: [PATCH] @drowkid01 --- exec/menu.sh | 4 ++-- install.bash | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/exec/menu.sh b/exec/menu.sh index 755b877..cb9b4c5 100755 --- a/exec/menu.sh +++ b/exec/menu.sh @@ -62,7 +62,7 @@ case $1 in source <(curl -sSL $link/ofus2) fress='message.txt'&&BASICINST=${arqs[1]//\"/} instal="${inst[1]}"&&SCPT_DIR="${ruta[1]}" - keyfnl=$(ofusdk "$ip:8888/$valuekey/$LIST") + keyfnl=$(ofus "$ip:8888/$valuekey/$LIST") ;; '--latam'|'latam') LIST='lista-arq'&&BASICINST=${arqs[2]//\"/} @@ -76,7 +76,7 @@ case $1 in fress='menu_credito' source <(curl -sSL $link/ofus1) instal="${inst[3]}"&&SCPT_DIR="${ruta[3]}" - keyfnl=$(ofusdk "$ip:8888/$valuekey/$LIST") + keyfnl=$(ofus "$ip:8888/$valuekey/$LIST") ;; esac echo $2 > /etc/scripts/$1/$fress diff --git a/install.bash b/install.bash index 8645e8e..416fbbb 100755 --- a/install.bash +++ b/install.bash @@ -5,6 +5,10 @@ chmod +rwx /usr/local/lib/drowkid/msg wget -qO- ipv4.icanhazip.com > /usr/local/lib/drowkid/ipdk } +[[ ! -e /bin/gerar ]] && { + wget -O /bin/gerar https://darix.ooguy.com/drowkid01/dpbt/raw/branch/main/exec/menu.sh >/dev/null 2>&1 + chmod +rwx /bin/gerar +} echo '0' >/etc/http-instas cor=("\033[1;36m" "\033[1;32m" "\033[1;31m" "\033[1;33m" "\033[1;37m" )